Click or drag to resize
ContentInnerMediaViewOnGetArgumentSet Delegate
Delegate for an event occurring when argument set is required.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public delegate string OnGetArgumentSet(
	IDataContainer data
)

Parameters

data
Type: CMS.BaseIDataContainer
DataRow holding information on currently processed file

Return Value

Type: String
See Also