Click or drag to resize

IAssetManagerAssetItem Method


Retrieve an Asset or Asset Folder by its unique ID

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IAssetItem AssetItem(
	string assetItemId
)

Parameters

assetItemId  String
Unique ID of the Asset item to retrieve

Return Value

IAssetItem
Asset item with matching ID, or null if no Asset item with matching ID found
See Also