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.6.492
Syntax
IEnumerable<IAssetItem> AssetItems(
	IEnumerable<string> assetItemIds
)

Parameters

assetItemIds  IEnumerableString
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

IEnumerableIAssetItem
Assets with matching IDs.
See Also