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

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

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Document
permissions
Type:CMS.DocumentEngine.NodePermissionsEnum[]
Permisssions to check

Return Value

Type: Boolean
See Also