Click or drag to resize
ContentMediaViewGetArgumentSet Method
Returns argument set for the passed file data row.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public string GetArgumentSet(
	IDataContainer data
)

Parameters

data
Type: CMS.BaseIDataContainer
Data row object holding all the data on current file

Return Value

Type: String
See Also