GetConfigurationNames
          Use the GetConfigurationNames method to retrieve a list of the Mongoose configurations that are available to access from an external application.
         
         Syntax
public string[] GetConfigurationNames()
Parameters
None
Output
Returns a list of valid configuration names from the Default configuration group.
Example
IDOWebService.DOWebServiceSoapClient soapClient = new IDOWebService.DOWebServiceSoapClient(); string[] configs = soapClient.GetConfigurationNames();