IUrlMapPageHistoryEntry Interface Ingeniux CMS Content Store API

Represents a historical URL of a Page when published. A historical URL can be generated by renaming, moving, or deleting a Page, or it can be created manually as custom URL for a specific purpose.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface IUrlMapPageHistoryEntry

The IUrlMapPageHistoryEntry type exposes the following members.

Properties

  NameDescription
Public propertyCanonical
Gets and sets whether the URL this entry holds is the default URL. When true, at runtime, visiting this page from other URLs redirects users to this URL.
Public propertyHistoryType
Gets and sets what Type of historical entry this is.
Public propertyPath
Gets and sets the URL's relative path, which always starts with "/".
Top
See Also

Reference