Click or drag to resize
CMSPortalManagerIsAuthorizedPerDocument Method
Returns true if current user is allowed to read and modify specified node

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public static bool IsAuthorizedPerDocument(
	TreeNode node,
	ViewModeEnum viewMode
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Current node
viewMode
Type: CMS.PortalEngineViewModeEnum
Current view mode

Return Value

Type: Boolean
See Also