IAssetRelationsItems Method
|
Retrieves the collection of related Assets
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IAsset> Items(
IAssetManager manager
)
Function Items (
manager As IAssetManager
) As IEnumerable(Of IAsset)
IEnumerable<IAsset^>^ Items(
IAssetManager^ manager
)
abstract Items :
manager : IAssetManager -> IEnumerable<IAsset>
Parameters
- manager
- Type: Ingeniux.CMSIAssetManager
The manager object used to retrieve the Asset,
normally use Session.Site
Return Value
Type:
IEnumerableIAssetCollection of related Assets
See Also