TestAggregation.MakeLinksRelative(String) Method

Definition

Makes the paths for all links in this test aggregation relative to the provided root path.

public:
 void MakeLinksRelative(System::String ^ rootPath);
public void MakeLinksRelative (string rootPath);
member this.MakeLinksRelative : string -> unit
Public Sub MakeLinksRelative (rootPath As String)

Parameters

rootPath
String

The path to which all links are relative.

Applies to