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