Click or drag to resize
AbstractWorkflowManager<InfoType, StateInfoType, ActionEnumType>.EvaluateSourcePointsInternal Method
Evaluates source points with given macro resolver

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

Parameters

step
Type: CMS.WorkflowEngine.WorkflowStepInfo
Workflow step
points
Type: System.Collections.Generic.List<SourcePoint>
Source points
resolver
Type: CMS.MacroEngine.MacroResolver
Macro resolver

Return Value

Type: List<SourcePoint>
See Also