UserInfoProviderAdministratorUserName Property |
Gets the default system administrator user name in the listed order of preferences:
1) User defined by settings key CMSDefaultUserID
2) User with username 'administrator'
3) Any other global admin
4) Defaults to 'administrator' if no global admin is found
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static string AdministratorUserName { get; }
Property Value
Type:
StringSee Also