Click or drag to resize
StepTypeFactoryContainerTypeGetSettingsObject Method (ListWorkflowStepTypeEnum)
Creates menu items based on workflow step types.

Namespace: CMS.WorkflowEngine.Factories
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public List<ContainerType> GetSettingsObject(
	List<WorkflowStepTypeEnum> stepTypes
)

Parameters

stepTypes
Type: System.Collections.GenericListWorkflowStepTypeEnum
List of workflow step types

Return Value

Type: ListContainerType
List of settings objects
See Also