public string[] GetDataQualityAuditSections(string username, string password, string jobName)
Gets a list of the names of the available sections for data quality audit statistics.
Various statistics are available for each completed data cleansing job to indicate the quality of the data
before and after cleansing. In order to help organise these statistics, they are broken into sections. This
method allows the caller to retrieve a list of all the valid section names for a particular job.
A list of the available statistics and the section names that will be used is available in the documentation
for the Workflow class - the statistics that are generated depend on
the data cleansing services that are selected in the workflow.
This method returns only the names of the available statistic sections. The statistics themselves can be
retrieved using the GetDataQualityAudit method.