OnCustomInfo Method

Moxiecode Image Manager API

[Missing <summary> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnCustomInfo(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.IFile,System.String,System.Collections.Hashtable)"]

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

Syntax

C#
public override bool OnCustomInfo(
	ManagerEngine man,
	IFile file,
	string type,
	Hashtable info
)
Visual Basic (Declaration)
Public Overrides Function OnCustomInfo ( _
	man As ManagerEngine, _
	file As IFile, _
	type As String, _
	info As Hashtable _
) As Boolean
Visual C++
public:
virtual bool OnCustomInfo(
	ManagerEngine^ man, 
	IFile^ file, 
	String^ type, 
	Hashtable^ info
) override

Parameters

man
Type: ManagerEngine

[Missing <param name="man"/> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnCustomInfo(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.IFile,System.String,System.Collections.Hashtable)"]

file
Type: IFile

[Missing <param name="file"/> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnCustomInfo(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.IFile,System.String,System.Collections.Hashtable)"]

type
Type: System..::.String

[Missing <param name="type"/> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnCustomInfo(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.IFile,System.String,System.Collections.Hashtable)"]

info
Type: System.Collections..::.Hashtable

[Missing <param name="info"/> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnCustomInfo(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.IFile,System.String,System.Collections.Hashtable)"]

Return Value

[Missing <returns> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnCustomInfo(Moxiecode.Manager.ManagerEngine,Moxiecode.Manager.FileSystems.IFile,System.String,System.Collections.Hashtable)"]

Implements

IPluginOnCustomInfo(ManagerEngine, IFile, String, Hashtable)

See Also