Click or drag to resize
WorkflowManager.GetPreviousStepInfoInternal Method
Returns previous step information for given node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
protected override WorkflowStepInfo GetPreviousStepInfoInternal(
	TreeNode node,
	BaseInfo stateObj,
	WorkflowStepInfo step,
	bool markAsUsed
)

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Tree node
stateObj
Type: CMS.DataEngine.BaseInfo
State object
step
Type: CMS.WorkflowEngine.WorkflowStepInfo
Current workflow step
markAsUsed
Type: System.Boolean
Indicates if the history should be marked as used.

Return Value

Type: WorkflowStepInfo
See Also