Click or drag to resize
WorkflowInfoProviderIsAdvancedWorkflowAllowed Method
Determines whether advanced workflow is available in license for current domain.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static bool IsAdvancedWorkflowAllowed()

Return Value

Type: Boolean
true if advanced workflow is allowed; otherwise, false.
See Also