Click or drag to resize

IUrlMapItemByID Method


Returns the IUrlMapPageEntry for the requested content ID

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IUrlMapPageEntry ItemByID(
	string contentId
)

Parameters

contentId
Type: SystemString
ID of the content item to be requested

Return Value

Type: IUrlMapPageEntry
the IUrlMapPageEntry for the requested content
See Also