Click or drag to resize
StepTypeUniMenuItemsGetSettingsObjectBy Method
Creates menu items for workflow actions

Namespace: CMS.UIControls.Workflows
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public List<Item> GetSettingsObjectBy(
	InfoDataSet<WorkflowActionInfo> actions
)

Parameters

actions
Type: CMS.DataEngineInfoDataSetWorkflowActionInfo
Info objects

Return Value

Type: ListItem
UniMenu Items
See Also