OnBeforeFileAction Method

Moxiecode Image Manager API

[Missing <summary> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnBeforeFileAction(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.FileAction,Moxiecode.Manager.FileSystems.IFile,Moxiecode.Manager.FileSystems.IFile)"]

Namespace:  Moxiecode.ImageManager
Assembly:  MCImageManager (in MCImageManager.dll) Version: 1.0.0.0

Syntax

C#
public override bool OnBeforeFileAction(
	ManagerEngine man,
	FileAction action,
	IFile file1,
	IFile file2
)
Visual Basic (Declaration)
Public Overrides Function OnBeforeFileAction ( _
	man As ManagerEngine, _
	action As FileAction, _
	file1 As IFile, _
	file2 As IFile _
) As Boolean
Visual C++
public:
virtual bool OnBeforeFileAction(
	ManagerEngine^ man, 
	FileAction action, 
	IFile^ file1, 
	IFile^ file2
) override

Parameters

man
Type: ManagerEngine

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

action
Type: FileAction

[Missing <param name="action"/> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnBeforeFileAction(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.FileAction,Moxiecode.Manager.FileSystems.IFile,Moxiecode.Manager.FileSystems.IFile)"]

file1
Type: IFile

[Missing <param name="file1"/> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnBeforeFileAction(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.FileAction,Moxiecode.Manager.FileSystems.IFile,Moxiecode.Manager.FileSystems.IFile)"]

file2
Type: IFile

[Missing <param name="file2"/> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnBeforeFileAction(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.FileAction,Moxiecode.Manager.FileSystems.IFile,Moxiecode.Manager.FileSystems.IFile)"]

Return Value

[Missing <returns> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnBeforeFileAction(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.FileAction,Moxiecode.Manager.FileSystems.IFile,Moxiecode.Manager.FileSystems.IFile)"]

Implements

IPluginOnBeforeFileAction(ManagerEngine, FileAction, IFile, IFile)

See Also