Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IUrlMapPageEntry ItemByPath(
string path
)
Function ItemByPath (
path As String
) As IUrlMapPageEntry
IUrlMapPageEntry^ ItemByPath(
String^ path
)
abstract ItemByPath :
path : string -> IUrlMapPageEntry
Parameters
- path
- Type: SystemString
Path of the content item to be requested
Return Value
Type:
IUrlMapPageEntrythe
IUrlMapPageEntry for the requested content
See Also