Click or drag to resize

IUrlMapItemByPath Method


Returns the IUrlMapPageEntry for the requested content path

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IUrlMapPageEntry ItemByPath(
	string path
)

Parameters

path  String
Path of the content item to be requested

Return Value

IUrlMapPageEntry
the IUrlMapPageEntry for the requested content
See Also