AttachmentsControlRaiseOnCheckPermissions Method |
Raises the OnCheckPermissions event, returns true when event was fired.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also