IConfigurationFileLocator.

GetConfigurationFile(string) Method

Summary

Returns the full path of the configuration file found in directoryPath, or null if none exists.

Syntax

string GetConfigurationFile(string directoryPath)

Parameters

Name Type Description
directoryPath string

Return Value

Type Description
string
GitHub