Click or drag to resize

IAssetFactoryGetAssetByID Method (String, String)

Retrieves a Asset by its unique id

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
IAsset GetAssetByID(
	string Id,
	string publishingTargetId = ""
)

Parameters

Id
Type: SystemString
publishingTargetId (Optional)
Type: SystemString
Used in some override functions for setting asset path based on the specified publishing target

Return Value

Type: IAsset
See Also