EnumUrlMapPageHistoryType Enumeration
|
The list of types of history entry for one specific
Page in a
URL Map
Namespace:
Ingeniux.CMS.Enums
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public enum EnumUrlMapPageHistoryType
Public Enumeration EnumUrlMapPageHistoryType
public enum class EnumUrlMapPageHistoryType
type EnumUrlMapPageHistoryType
Members
| Member name | Value | Description |
---|
| NativeID | 0 |
The URL Map entry is the XID of the page
|
| NativeStructuredUrl | 1 |
Represents the natural StructuredUrl; added automatically URL Map building
|
| Deleted | 2 |
Represents a delete action of Page's location
|
| Renamed | 3 |
Represents a removal action of Page's location
|
| PublishAs | 4 |
Added by the migration process when new PublishAs info is available.
|
| Moved | 5 |
Represents a move action of Page's location
|
| 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.
|
| MultiFormatPage | 9 |
Represents a very special url override for Multi_format publishes only.
|
| NoChange | 10 |
No Change in paths
|
See Also