| BenchConfigurationFindSiteConfigFiles Method |
Search for all existing site configuration files in the root directory of Bench
and its parents.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public string[] FindSiteConfigFiles()
Public Function FindSiteConfigFiles As String()
Return Value
Type:
StringAn array with the absolute paths of the found site configuration files.
See Also