Click or drag to resize

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
Syntax
C#
Uri 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: Uri
A Uri for the package resource, or null if the feed does not contain the package.
See Also