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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
bool IsActionAllowed(
	string actionName
)

Parameters

actionName
Type: SystemString

Return Value

Type: Boolean
See Also