Click or drag to resize
CMSToolsPageGlobalPermissionsCheckReadPermission Method
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(NullableInt32)
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.
Top
See Also