CMSToolsPageGlobalPermissions CheckReadPermission Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodCheckReadPermission(Int32)
Checks if user has read permission based on siteID. If siteID is -4, then readglobal permission is checked. Otherwise read is checked and siteID has to be current site.
Public methodCheckReadPermission(Nullable Int32 )
Checks if user has read permission based on siteID. If siteID is null, then readglobal permission is checked. Otherwise read is checked and siteID has to be current site.
Back to Top
See Also