Interface IConfigurationLocationProvider
Namespace: Experior.Interfaces.ApplicationSettings
Assembly: Experior.Interfaces.dll
Syntax
public interface IConfigurationLocationProvider
Methods
GetRepoLocation(IConfigurationRepository, String, out FileInfo)
Declaration
bool GetRepoLocation(IConfigurationRepository repo, string specifiedFile, out FileInfo repoLocation)
Parameters
Type | Name | Description |
---|---|---|
IConfigurationRepository | repo | |
System.String | specifiedFile | |
System.IO.FileInfo | repoLocation |
Returns
Type | Description |
---|---|
System.Boolean |