Click or drag to resize

IAssetMap Methods

The IAssetMap type exposes the following members.

Methods
  NameDescription
Public methodGetAssetByID(String)
Retrieves a Asset by its unique id
(Inherited from IAssetFactory.)
Public methodGetAssetByID(String, String)
Retrieves a Asset by its unique id
(Inherited from IAssetFactory.)
Public methodGetAssetByPath(String)
Retrieves a Asset by its path
(Inherited from IAssetFactory.)
Public methodGetAssetByPath(String, Boolean)
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.)
Public methodReport
Reporting function declaration to be implemented with extending classes
(Inherited from ISingleton.)
Top
See Also