ProGet SDK Reference
Version:

GetRelativePackagePath(PackageStorePackageId id, char directorySeparator) Method

Returns a string containing a standard relative package path for the specified package.

Syntax

protected string GetRelativePackagePath(PackageStorePackageId id, char directorySeparator)

Parameters

id
Type: PackageStorePackageId

The package ID.

directorySeparator
Type: char

The directory separator.

Returns

Relative package path.