Click or drag to resize

IAssetMap Interface

Note: This API is now obsolete.

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
[ObsoleteAttribute("Please use IAssetFactory")]
public interface IAssetMap : IAssetFactory

The IAssetMap type exposes the following members.

Methods
  NameDescription
Public methodGetAssetByID
Retrieves a Asset by its unique id
(Inherited from IAssetFactory.)
Public methodGetAssetByPath
Retrieves a Asset by its path
(Inherited from IAssetFactory.)
Public methodGetAssetsByExternalUrl
Retrieves a collection of external Asset items by their external Url.
(Inherited from IAssetFactory.)
Top
See Also