Click or drag to resize
AttachmentsControlCheckPermissionsEventHandler Delegate
Delegate of event fired when permissions should be checked.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public delegate void CheckPermissionsEventHandler(
	string permissionType,
	AttachmentsControl sender
)

Parameters

permissionType
Type: SystemString
Type of a permission to check
sender
Type: CMS.FormControlsAttachmentsControl
Sender
See Also