Click or drag to resize
ICMSDocumentManagerIsActionAllowed Method
Checks if given action is allowed

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
bool IsActionAllowed(
	string actionName
)

Parameters

actionName
Type: SystemString

Return Value

Type: Boolean
See Also