ProGet SDK Reference
Version:

GetFullPackagePath(PackageStorePackageId packageId) Method

Returns the full path of the specified package for the current package store.

Syntax

protected abstract string GetFullPackagePath(PackageStorePackageId packageId)

Parameters

packageId
Type: PackageStorePackageId

The ID of the package.

Returns

The full path of the specified package.

Exceptions

System.ArgumentNullException

packageId is null (Nothing in Visual Basic).