Click or drag to resize
ContentInnerMediaViewOnGetModifyPermission Delegate
Delegate for the event occurring when permission modify is required.

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

Parameters

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

Return Value

Type: Boolean
See Also