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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public bool IsActionAllowed(
	string actionName
)

Parameters

actionName
Type: SystemString

Return Value

Type: Boolean
See Also