Click or drag to resize
TestsConfigGetSolutionFolderPath Method
Gets a path to the root folder of the Kentico solution provided that it contains a test project with current test.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public static string GetSolutionFolderPath()

Return Value

Type: String
A path to the Kentico solution folder, if found; otherwise, null.
See Also