Click or drag to resize
AttachmentsControlRaiseOnCheckPermissions Method
Raises the OnCheckPermissions event, returns true when event was fired.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public bool RaiseOnCheckPermissions(
	string permissionType,
	AttachmentsControl sender
)

Parameters

permissionType
Type: SystemString
Type of the permission to check
sender
Type: CMS.FormControlsAttachmentsControl
Sender object

Return Value

Type: Boolean
See Also