Click or drag to resize
ContentInnerMediaViewOnGetInformation Delegate
Delegate for the event occurring when information on file import status is required.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public delegate Object OnGetInformation(
	string type,
	Object parameter
)

Parameters

type
Type: SystemString
Type of the required information
parameter
Type: SystemObject
Parameter related

Return Value

Type: Object
See Also