IAssetManagerAsset Method
|
Retrieves an
Asset by its unique ID.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IAsset Asset(
string assetId
)
Function Asset (
assetId As String
) As IAsset
IAsset^ Asset(
String^ assetId
)
abstract Asset :
assetId : string -> IAsset
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:
IAssetAsset with matching ID, or null if no Asset with matching ID found
See Also