Click or drag to resize
DocumentUIHelperCheckDocumentPermissions Method (PermissionsEnum, TreeNode)
Checks currently edited document permissions and optionally redirects to access denied page

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

Parameters

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