ManifestPublishingContext.GetManifestRelativePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.