Click or drag to resize

IAssetManagerAssetItems Method


Retrieves a collection of assets by their unique IDs.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IAssetItem> AssetItems(
	IEnumerable<string> assetItemIds
)

Parameters

assetItemIds
Type: System.Collections.GenericIEnumerableString
The asset IDs to retrieve, as a collection of strings. Asset IDs always starts with "a/" and end with numbers. e.g. a/1.

Return Value

Type: IEnumerableIAssetItem
Assets with matching IDs.
See Also