Click or drag to resize

IAssetManagerAssets Method (IEnumerableString)


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

Parameters

assetIds
Type: System.Collections.GenericIEnumerableString
IDs of the Assets to retrieve.

Return Value

Type: IEnumerableIAsset
Assets with matching IDs.
Remarks

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

See Also