IPackageFeedRetrieve Method |
Retrieves the package with the specified name and version.
Returns a path to a local package file.
Namespace:
Demo3D.PackageManager
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
SyntaxTask<string> Retrieve(
string name,
SemVersion version
)
Parameters
- name
- Type: SystemString
The name of the package to retrieve. - version
- Type: SemVersion
The version to retrieve.
Return Value
Type:
TaskStringThe path to the package file.
See Also