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