Click or drag to resize
WebDAVHelperUseWorkflow Method
Indicates if document is under workflow.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static bool UseWorkflow(
	TreeNode node,
	TreeProvider tree
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider

Return Value

Type: Boolean
See Also