Click or drag to resize

BenchConfigurationIsValidBenchRoot Method

Checks if the given path is a valid root path of a Bench environment.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static bool IsValidBenchRoot(
	string possibleBenchRootPath
)

Parameters

possibleBenchRootPath
Type: SystemString
The absolute path to a possible Bench environment.

Return Value

Type: Boolean
true if the given path is a path to a valid Bench environment.
See Also