Click or drag to resize

IAssetRelationsItems Method


Retrieves the collection of related Assets

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IAsset> Items(
	IAssetManager manager
)

Parameters

manager  IAssetManager
The manager object used to retrieve the Asset, normally use Session.Site

Return Value

IEnumerableIAsset
Collection of related Assets
See Also