The list of system-level properties on a Page
Namespace: Ingeniux.CMS.Enums
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
IGX_LAST_CHANGED_BY | 0 | The User ID of the User who last Checked in the Page | |
IGX_LAST_CHANGED_DATE | 1 | The Time when the Page was last Checked in | |
IGX_CREATED_BY | 2 | The User ID of the User that created this Page | |
IGX_CREATED_DATE | 3 | The Time when the Page was created | |
IGX_START_DATE | 4 | After this Time, the Page will be included in Navigations, Taxonomy Navigations, References Navigations, Links and Linksets | |
IGX_END_DATE | 5 | After this Time, the Page will be excluded from Navigations, Taxonomy Navigations, References Navigations, Links and Linksets | |
IGX_EXPAND_ON_PUBLISH | 6 | Obsolete. Whether the Page will be expanded during Publish | |
IGX_PUBLISH_AS | 7 | Obsolete. The name of the additional file the Page will be published as | |
IGX_AUTHOR | 8 | Obsolete. same as IGX_CREATED_BY. | |
IGX_LAST_PUBLISHED_DATE | 9 | The Time when the Page was last published | |
IGX_RENDER_ON_PUBLISH | 10 | Whether to expand and XSLT transform the Page during publish |
See Also