Click or drag to resize
CMSAbstractControlPropertiesCheckPermissions 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.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public virtual bool CheckPermissions { get; set; }

Property Value

Type: Boolean

Implements

ICMSControlPropertiesCheckPermissions
See Also