IPublishingManagerUrlMaps Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IUrlMap> UrlMaps(
out int count
)
Function UrlMaps (
<OutAttribute> ByRef count As Integer
) As IEnumerable(Of IUrlMap)
IEnumerable<IUrlMap^>^ UrlMaps(
[OutAttribute] int% count
)
abstract UrlMaps :
count : int byref -> IEnumerable<IUrlMap>
Parameters
- count
- Type: SystemInt32
Output count of the URL map collections
Return Value
Type:
IEnumerableIUrlMapCollection of URL maps. Returns empty collection if no URL maps exist.
See Also