IAssetManagerAssetByPath Method
|
Retrieves an asset by its full path
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IAsset AssetByPath(
string assetPath
)
Function AssetByPath (
assetPath As String
) As IAsset
IAsset^ AssetByPath(
String^ assetPath
)
abstract AssetByPath :
assetPath : string -> IAsset
Parameters
- assetPath
- Type: SystemString
Path of the asset to retrieve
Return Value
Type:
IAssetNull of asset doesn't exist
See Also