Method GetSettings
GetSettings(string, string)
Gets the profile data source settings for the project
Declaration
public static ProfileDataSourceSettings GetSettings(string path = null, string settingName = null)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path of the settings file |
string | settingName | The name of the settings |
Returns
Type | Description |
---|---|
ProfileDataSourceSettings | The ProfileDataSourceSettings object |