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