Click or drag to resize

IPublishingManagerUrlMaps Method


Retrieves all URL Map Collections

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IUrlMap> UrlMaps(
	out int count
)

Parameters

count
Type: SystemInt32
Output count of the URL map collections

Return Value

Type: IEnumerableIUrlMap
Collection of URL maps. Returns empty collection if no URL maps exist.
See Also