The list of types of Url map
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax Public Enumeration MapType
public enum class MapType
Members
| Member name | Value | Description |
---|
| NativeID | 0 |
Represents the /xID.xml file; added automatically during urlmap.xml load.
|
| NativeStructuredUrl | 1 |
Represents the natural StructuredUrl; added automatically during urlmap.xml load.
|
| Deleted | 2 |
Added by the migration process when pages have been deleted.
|
| Renamed | 3 |
Added by the migration process when pages have been renamed.
|
| PublishAs | 4 |
Added by the migration process when new PublishAs info is available.
|
| Moved | 5 |
Added by the migration process when a page is moved.
|
| Custom | 6 |
Added by the user.
|
| Canonical | 7 |
A mapped path that should override the structured URL to become the canonical URL.
|
| Unknown | 8 |
Added by the migration process when a page does not have mapType info associated with it.
|
See Also