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

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node
stateObj
Type: CMS.DataEngineBaseInfo
State object
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step
markAsUsed
Type: SystemBoolean
Indicates if the history should be marked as used.

Return Value

Type: WorkflowStepInfo
See Also