IAssetManager.Assets Method |
Name | Description | |
---|---|---|
![]() | Assets(IEnumerable<String>) |
Retrieves a collection of Assets by their unique IDs.
|
![]() ![]() | Assets(Func<IAsset, Boolean>) | Retrieves a collection of Assets, pre-filtered through a function. e.g. a function to filter assets that have the jpg extension. |
![]() | Assets(Int32, Int32, Int32) |
Retrieves the collection of all Assets, in a paginated fashion.
|