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.5.94
Syntax
IAssetItem AssetItem(
	string assetItemId
)

Parameters

assetItemId
Type: SystemString
Unique ID of the Asset item to retrieve

Return Value

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