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.5.94
Syntax
IAsset AssetByPath(
	string assetPath
)

Parameters

assetPath
Type: SystemString
Path of the asset to retrieve

Return Value

Type: IAsset
Null of asset doesn't exist
See Also