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