ContentInnerMediaViewOnGetModifyPermission Delegate |
Delegate for the event occurring when permission modify is required.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public delegate bool OnGetModifyPermission(
IDataContainer data
)
Parameters
- data
- Type: CMS.BaseIDataContainer
DataRow holding information on currently processed file
Return Value
Type:
BooleanSee Also