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