IAssetFactory Interface |
Namespace: Ingeniux.Runtime.Assets
The IAssetFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetAssetByID(String) |
Retrieves a Asset by its unique id
|
![]() | GetAssetByID(String, String) |
Retrieves a Asset by its unique id
|
![]() | GetAssetByPath(String) |
Retrieves a Asset by its path
|
![]() | GetAssetByPath(String, Boolean) |
Retrieves a Asset by its path
|
![]() | GetAssetsByExternalUrl |
Retrieves a collection of external Asset items by their external Url.
|
![]() | Report |
Reporting function declaration to be implemented with extending classes
(Inherited from ISingleton.) |