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

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

Parameters

actionName
Type: SystemString

Return Value

Type: Boolean
See Also