Click or drag to resize
ContentInnerMediaViewOnGetListItemUrl Delegate
Delegate for the event fired when URL for list image is required.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public delegate string OnGetListItemUrl(
	IDataContainer data,
	bool isPreview
)

Parameters

data
Type: CMS.BaseIDataContainer
DataRow holding information on currently processed file
isPreview
Type: SystemBoolean
Indicates whether the image is generated as part of preview

Return Value

Type: String
See Also