Click or drag to resize
DocumentUIHelperCheckDocumentPermissions Method (TreeNode, PermissionsEnum)
Checks document permissions

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static bool CheckDocumentPermissions(
	TreeNode node,
	PermissionsEnum permission
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document to check
permission
Type: CMS.DataEnginePermissionsEnum
Permission to check

Return Value

Type: Boolean
See Also