Documentation > CMS Template API Library > FedAuthHosting > LoadUserConfigFromXml(String)
LoadUserConfigFromXml
Takes an Xml string and returns a UserConfiguration object. If the string is null or empty, the object will contain an empty user list Use the UserConfiguration to Add, remove or modify users that can access the website that is using this configuration.
public AuthConfig.UserConfiguration LoadUserConfigFromXml(String)
Parameters
Name | Description | Type |
---|---|---|
xml | System.String |