Click or drag to resize
CMSToolsPageGlobalPermissionsCheckReadPermission Method (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.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public void CheckReadPermission(
	Nullable<int> siteID
)

Parameters

siteID
Type: SystemNullableInt32
SiteID to check permission for.
See Also