Click or drag to resize
IUserInfoUserGlobalAccessDisabled 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.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use CheckPrivilegeLevel method instead.")]
bool UserGlobalAccessDisabled { get; set; }

Property Value

Type: Boolean
See Also