BuildMaster SDK Reference
Version:

GetConfigSource Method

Loads the configuration Inedo.Configuration.Sources.IConfigSource associated with this configuration.

Syntax

protected virtual Inedo.Configuration.Sources.IConfigSource GetConfigSource()

Returns

Inedo.Configuration.Sources.IConfigSource representing the configuration source.

Remarks

By default, an internal configuration source is used that reads values from the appSettings seciton of the .config file, concatenating the scope and key ("scope.key") to be used as the appsetting's value.