AutomatedTestsGetSolutionFolderPath Method |
Note: This API is now obsolete.
Gets a path to the root folder of the Kentico solution provided that it contains a test project with current test.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("Use TestsConfig.GetSolutionFolderPath()")]
protected internal static string GetSolutionFolderPath()
Return Value
Type:
StringA path to the Kentico solution folder, if found; otherwise, null.
See Also