Click or drag to resize
WorkflowManagerSetActionStatusInternal Method
Sets action status

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected override void SetActionStatusInternal(
	TreeNode node,
	BaseInfo stateObj,
	string status
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
stateObj
Type: CMS.DataEngineBaseInfo
State object
status
Type: SystemString
Workflow status
See Also