IPackageFeedGetResourceUri Method |
Returns a Uri for the package, if the feed contains it.
Namespace:
Demo3D.PackageManager
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
SyntaxUri GetResourceUri(
string name,
SemVersion version,
string resourcePath
)
Parameters
- name
- Type: SystemString
The name of the package the resource belongs to. - version
- Type: SemVersion
The version of the package the resource belongs to. - resourcePath
- Type: SystemString
The relative path to the resource inside the package.
Return Value
Type:
UriA
Uri for the package resource, or null if the feed does not contain the package.
See Also