WorkflowInfoProviderGetWorkflowInfo Method (String) |
Returns the WorkflowInfo structure for the specified workflow name. (Except the automation processes.)
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax public static WorkflowInfo GetWorkflowInfo(
string workflowName
)
Parameters
- workflowName
- Type: SystemString
Workflow name to use for retrieving the data
Return Value
Type:
WorkflowInfoSee Also