Represents a Page in the collection of URL maps.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IUrlMapPageEntry type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| PageHistory |
Gets and sets the history of URLs for this Page | |
| PageID |
Gets the ID of the Page to which this entry belongs.
| |
| Path |
Gets and sets this URL's relative path, which should always start with "/".
| |
| RequireSSL |
Gets and sets whether this Page requires HTTPS access at runtime.
| |
| SchemaName |
Gets the Root Name of the Page to which this entry belongs.
|
See Also