Share via


ServiceModuleInfo.WithBaseDirectory(String) Method

Definition

Updates the ServiceModuleInfo so that all relative paths in the will be combined with the supplied baseDirectory.

public void WithBaseDirectory (string baseDirectory);
member this.WithBaseDirectory : string -> unit
Public Sub WithBaseDirectory (baseDirectory As String)

Parameters

baseDirectory
String

The base directory to be used as the root of all relative paths.

Applies to