CurrentUserInfoIsGlobalAdministrator Property |
True if the user is the global administrator.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax public override bool IsGlobalAdministrator { get; set; }
Property Value
Type:
BooleanRemarks This property has the same meaning as UserIsGlobalAdministrator property.
See Also