Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeEvaluateSourcePointsInternal Method
Evaluates source points with given macro resolver

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual List<SourcePoint> EvaluateSourcePointsInternal(
	WorkflowStepInfo step,
	List<SourcePoint> points,
	MacroResolver resolver
)

Parameters

step
Type: CMS.WorkflowEngineWorkflowStepInfo
Workflow step
points
Type: System.Collections.GenericListSourcePoint
Source points
resolver
Type: CMS.MacroEngineMacroResolver
Macro resolver

Return Value

Type: ListSourcePoint
See Also