PathForSettingsFile() static private method

Generates the path/filename of the Settings file that corresponds to the workbook path
static private PathForSettingsFile ( string workbookPath ) : string
workbookPath string
return string
 /// <summary>
 /// Generates the path/filename of the Settings file that corresponds to the datasource path
 /// </summary>
 /// <param name="datasourcePath"></param>
 /// <returns></returns>
 private static string PathForSettingsFile(string datasourcePath)
 {
     return(WorkbookPublishSettings.PathForSettingsFile(datasourcePath));
 }