Click or drag to resize
ICMSControlPropertiesCheckPermissions 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.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
bool CheckPermissions { get; set; }

Property Value

Type: Boolean
See Also