Click or drag to resize
StepTypeDependencyInjectorTContainerTypeGetActionSettings Method (WorkflowActionInfo)
Injects dependencies for step type action.

Namespace: CMS.WorkflowEngine.Factories
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public abstract TContainerType GetActionSettings(
	WorkflowActionInfo actionDefinition
)

Parameters

actionDefinition
Type: CMS.WorkflowEngineWorkflowActionInfo
Info object

Return Value

Type: TContainerType
Generic data type
See Also