Click or drag to resize

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.5.94
Syntax
public enum EnumUrlMapPageHistoryType
Members
  Member nameValueDescription
NativeID0 The URL Map entry is the XID of the page
NativeStructuredUrl1 Represents the natural StructuredUrl; added automatically URL Map building
Deleted2 Represents a delete action of Page's location
Renamed3 Represents a removal action of Page's location
PublishAs4 Added by the migration process when new PublishAs info is available.
Moved5 Represents a move action of Page's location
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.
MultiFormatPage9 Represents a very special url override for Multi_format publishes only.
NoChange10 No Change in paths
See Also