Click or drag to resize

EnumSystemAttributes Enumeration


The list of system-level properties on a Page

Namespace:  Ingeniux.CMS.Enums
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public enum EnumSystemAttributes
Members
  Member nameValueDescription
IGX_LAST_CHANGED_BY0 The User ID of the User who last Checked in the Page
IGX_LAST_CHANGED_DATE1 The Time when the Page was last Checked in
IGX_CREATED_BY2 The User ID of the User that created this Page
IGX_CREATED_DATE3 The Time when the Page was created
IGX_START_DATE4 After this Time, the Page will be included in Navigations, Taxonomy Navigations, References Navigations, Links and Linksets
IGX_END_DATE5 After this Time, the Page will be excluded from Navigations, Taxonomy Navigations, References Navigations, Links and Linksets
IGX_EXPAND_ON_PUBLISH6 Obsolete. Whether the Page will be expanded during Publish
IGX_PUBLISH_AS7 Obsolete. The name of the additional file the Page will be published as
IGX_AUTHOR8 Obsolete. same as IGX_CREATED_BY.
IGX_LAST_PUBLISHED_DATE9 The Time when the Page was last published
IGX_RENDER_ON_PUBLISH10 Whether to expand and XSLT transform the Page during publish
See Also