IAssetMapItemByPath Method
|
Get asset map entry matching the path
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IAssetMapEntry ItemByPath(
string path
)
Function ItemByPath (
path As String
) As IAssetMapEntry
IAssetMapEntry^ ItemByPath(
String^ path
)
abstract ItemByPath :
path : string -> IAssetMapEntry
Parameters
- path
- Type: SystemString
path
Return Value
Type:
IAssetMapEntryIAssetMapEntry
See Also