OnInsertFile Method

MCManager API

[Missing <summary> documentation for "M:Moxiecode.Manager.IPlugin.OnInsertFile(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.IFile)"]

Namespace:  Moxiecode.Manager
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
bool OnInsertFile(
	ManagerEngine man,
	IFile file
)
Visual Basic (Declaration)
Function OnInsertFile ( _
	man As ManagerEngine, _
	file As IFile _
) As Boolean
Visual C++
bool OnInsertFile(
	ManagerEngine^ man, 
	IFile^ file
)

Parameters

man
Type: Moxiecode.Manager..::.ManagerEngine

[Missing <param name="man"/> documentation for "M:Moxiecode.Manager.IPlugin.OnInsertFile(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.IFile)"]

file
Type: Moxiecode.Manager.FileSystems..::.IFile

[Missing <param name="file"/> documentation for "M:Moxiecode.Manager.IPlugin.OnInsertFile(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.IFile)"]

Return Value

[Missing <returns> documentation for "M:Moxiecode.Manager.IPlugin.OnInsertFile(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.IFile)"]

See Also