CMSToolsPageGlobalPermissionsCheckReadPermission Method (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.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax public void CheckReadPermission(
int siteID
)
Parameters
- siteID
- Type: SystemInt32
SiteID to check permission for.
See Also