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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool RaiseOnCheckPermissions(
	string permissionType,
	AttachmentsControl sender
)

Parameters

permissionType
Type: SystemString
Type of the permission to check
sender
Type: CMS.FormEngine.Web.UIAttachmentsControl
Sender object

Return Value

Type: Boolean
See Also