Click or drag to resize
WebDAVHelperIsCurrentUserAuthorizedPerDocument Method (TreeNode, NodePermissionsEnum)
Indicates if the current user is authorized per document.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static bool IsCurrentUserAuthorizedPerDocument(
	TreeNode node,
	NodePermissionsEnum[] permissions
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document
permissions
Type: CMS.DocumentEngineNodePermissionsEnum
Permisssions to check

Return Value

Type: Boolean
See Also