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.5.94
Syntax
IEnumerable<IAsset> Items(
	IAssetManager manager
)

Parameters

manager
Type: Ingeniux.CMSIAssetManager
The manager object used to retrieve the Asset, normally use Session.Site

Return Value

Type: IEnumerableIAsset
Collection of related Assets
See Also