Share via


ManifestPublishingContext.GetManifestRelativePath(String) Method

Definition

Generates a relative path based on the location of the manifest path.

public string? GetManifestRelativePath (string? path);
member this.GetManifestRelativePath : string -> string
Public Function GetManifestRelativePath (path As String) As String

Parameters

path
String

A path to a file.

Returns

The specified path as a relative path to the manifest.

Exceptions

Throws when could not get the directory directory name from the output path.

Applies to