Click or drag to resize

MapType Enumeration

The list of types of Url map

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public enum MapType
Members
  Member nameValueDescription
NativeID0 Represents the /xID.xml file; added automatically during urlmap.xml load.
NativeStructuredUrl1 Represents the natural StructuredUrl; added automatically during urlmap.xml load.
Deleted2 Added by the migration process when pages have been deleted.
Renamed3 Added by the migration process when pages have been renamed.
PublishAs4 Added by the migration process when new PublishAs info is available.
Moved5 Added by the migration process when a page is moved.
Custom6 Added by the user.
Canonical7 A mapped path that should override the structured URL to become the canonical URL.
Unknown8 Added by the migration process when a page does not have mapType info associated with it.
See Also