Click or drag to resize
WebDAVHelperCheckOutDocument Method
Check out document.

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

Parameters

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

Return Value

Type: Boolean
TRUE if document was already checked out.
See Also