Click or drag to resize

IAssetManagerAssets(IEnumerableString) 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<IAsset> Assets(
	IEnumerable<string> assetIds
)

Parameters

assetIds  IEnumerableString
IDs of the Assets to retrieve.

Return Value

IEnumerableIAsset
Assets with matching IDs.
Remarks

The collection will not contain any null values. All non-existant IDs are ignored.

See Also