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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.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