Click or drag to resize

IAssetManagerAsset Method


Retrieves an Asset by its unique ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IAsset Asset(
	string assetId
)

Parameters

assetId
Type: SystemString
ID of the Asset to retrieve, alway starts with "a/" and ends with numbers. e.g. a/1234

Return Value

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