cmspage
Stores information about Content Management System (CMS) pages, such as their layout, content, and associated metadata, used for website management.
Columns
| Name | Type | References | Description |
| addtohead | String | Indicates whether content is added to the head section of the page. | |
| createdby | String | The user who created the page or content. | |
| createddate | Date | The date when the page or content was created. | |
| enddate | Datetime | The date and time when the page or content is scheduled to end or expire. | |
| externalid | String | A unique external identifier for referencing the page or content in external systems. | |
| id | Integer | The unique internal identifier for the page or content. | |
| internalid | Integer | The internal ID used by the system to reference the page or content. | |
| lastmodifiedby | String | The user who last modified the page or content. | |
| lastmodifieddate | Date | The date when the page or content was last modified. | |
| metadescription | String | The meta description associated with the page for SEO purposes. | |
| metakeywords | String | The meta keywords associated with the page for SEO purposes. | |
| name | String | The name associated with the page or content. | |
| pageheader | String | The header content displayed on the page. | |
| pagetitle | String | The title of the page, typically displayed in the browser tab. | |
| pagetype | String | The type of page, such as static, dynamic, or template-based. | |
| site | String | The site associated with the page or content. | |
| startdate | Datetime | The date and time when the page or content becomes active. | |
| template | String | The template used for rendering the page or content. | |
| url | String | The URL associated with the page or content. |