kentico_radekm
-
11/9/2012 6:18:51 AM
RE:List of global admins
Hello.
You can get list of global admin using the CMS.SiteProvider.UserInfoProvider.GetUsers method with following where condition parameter: UserIsGlobalAdministrator = true.
Or, you can use Query repeater and query the CMS_User table with the same where condition.
Best Regards, Radek Macalik
|