Click or drag to resize
UserInfoUserGlobalAccessDisabled Property

Note: This API is now obsolete.

Indicates whether user with global admin flag is able to manage global applications and functionality. This property is considered for internal purposes only and should not be used in custom code.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use CheckPrivilegeLevel method instead.")]
public bool UserGlobalAccessDisabled { get; set; }

Property Value

Type: Boolean

Implements

IUserInfoUserGlobalAccessDisabled
Remarks
Returns true if user is Admin. Sets SiteIndependentPrivilegeLevel from GlobalAdmin to Admin and vice versa.
See Also