Click or drag to resize
CMSPortalManagerCheckPermissions Property
Allows you to specify whether to check permissions of the current user. If the value is 'false' (default value) no permissions are checked. Otherwise, only nodes for which the user has read permission are displayed.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public bool CheckPermissions { get; set; }

Property Value

Type: Boolean

Implements

IPageManagerCheckPermissions
See Also