Click or drag to resize
WorkflowScopeInfoProviderLicenseVersionCheck Method
Checks if domain has license supporting workflow feature.

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

Parameters

wfsi
Type: CMS.WorkflowEngineWorkflowScopeInfo
Scope info to check

Return Value

Type: Boolean
See Also