Click or drag to resize
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.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use TestsConfig.GetSolutionFolderPath()")]
protected internal static string GetSolutionFolderPath()

Return Value

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