Click or drag to resize
CMSToolsPageGlobalPermissionsHasUserModifyPermission Method (NullableInt32)
Returns true if user has modify permission based on siteID (if siteID is null, then modifyglobal is checked, otherwise modify).

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public bool HasUserModifyPermission(
	Nullable<int> siteID
)

Parameters

siteID
Type: SystemNullableInt32
Site ID to check permission for

Return Value

Type: Boolean
See Also