Click or drag to resize
WorkflowHelperGetWorkflowTypeString Method
Gets workflow type string representation

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetWorkflowTypeString(
	WorkflowTypeEnum type,
	bool versioning
)

Parameters

type
Type: CMS.WorkflowEngineWorkflowTypeEnum
Workflow type
versioning
Type: SystemBoolean
Indicates if workflow automatically publishes changes

Return Value

Type: String
See Also