Click or drag to resize

IAssetManagerAssetByPath Method


Retrieves an asset by its full path

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IAsset AssetByPath(
	string assetPath
)

Parameters

assetPath  String
Path of the asset to retrieve

Return Value

IAsset
Null of asset doesn't exist
See Also