Click or drag to resize
CurrentUserInfoIsGlobalAdministrator Property
True if the user is the global administrator.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public override bool IsGlobalAdministrator { get; set; }

Property Value

Type: Boolean
Remarks
This property has the same meaning as UserIsGlobalAdministrator property.
See Also