Click or drag to resize

IAssetFactoryGetAssetsByExternalUrl Method

Retrieves a collection of external Asset items by their external Url.

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IAsset[] GetAssetsByExternalUrl(
	string externalUrl
)

Parameters

externalUrl
Type: SystemString
External Url, this is not guaranteed to be unique

Return Value

Type: IAsset
An array of Asset items or empty array if none exist
See Also