ContentInnerMediaViewOnGetListItemUrl Delegate |
Delegate for the event fired when URL for list image is required.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
StringSee Also