Click or drag to resize
StepTypeDependencyInjectorTContainerTypeGetSettingsObjectBy Method
Returns settings for specified workflow actions.

Namespace: CMS.WorkflowEngine.Factories
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public virtual List<TContainerType> GetSettingsObjectBy(
	IEnumerable<WorkflowActionInfo> actions
)

Parameters

actions
Type: System.Collections.GenericIEnumerableWorkflowActionInfo
Info objects

Return Value

Type: ListTContainerType
List of generic data types
See Also