Click or drag to resize

IPage Properties


The IPage type exposes the following members.

Properties
  NameDescription
Public propertyCode example_Locale
Gets/sets the locale name of this object, if this object has language property
(Inherited from IContentItem.)
Public propertyCode exampleAdminRightsEnabled
Gets and sets whether the content item has admin rights enabled. Admin rights will allow actions to the item that cannot normally be done by the user whose session is processing the request.
(Inherited from IContentItemWorkflowSuper.)
Public propertyArchived
Gets the archived value of this entity
(Inherited from IEntity.)
Public propertyAssignedGroup
Gets the Group to which this page is currently assigned. If the page is not assigned to a group, this method returns null.
(Inherited from IContentItem.)
Public propertyAssignedUser
Gets the User to whom this page is currently assigned. If the page is not assigned to a user, this method returns null.
(Inherited from IContentItem.)
Public propertyAssignmentComment
Gets the comments from assignments when the page was not in workflow.
(Inherited from IContentItem.)
Public propertyCanMarkForPublish
Controls whether the page is allowed to mark for publish.
(Inherited from IContentItem.)
Public propertyCanParentRegionRoots
Gets and sets whether this content item allows region roots (content items with a noninherited locale) when the content item isn't language-neutral.
(Inherited from IContentItem.)
Public propertyCheckedOut
Gets whether this page is checked out. A page has to be checked out to a specific User to be edited. A page's checked-out content is subject to modification by the assigned User. These modifications can only be published if the page is checked in.
(Inherited from IContentItem.)
Public propertyComments
Gets/sets the comment of this version.

Comments are set during check-in of a IContentItemContent Item

.

However, it can be changed anytime afterwards.

(Inherited from IContentItemVersion.)
Public propertyContentItemType (Inherited from IContentItem.)
Public propertyCreated
Gets the entity's creation date.
(Inherited from IEntity.)
Public propertyCreationSchema
Gets the Schema from which this page was originally created from. Note that it is normally the same as Schema property value, unless this Page has presentations and created a new Schema with the presentations.
Public propertyCreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public propertyCurrentWorkflow
Gets the workflow this page is in. If page is not in a workflow, this method returns null.
(Inherited from IContentItem.)
Public propertyDate
Gets the date and time when this version was last changed.
(Inherited from IContentItemVersion.)
Public propertyEndDate
Gets and sets the end date of the page. When set, this page will not be included in navigations when current time is greater than the EndDate value.
(Inherited from IContentItem.)
Public propertyHierarchy Obsolete. (Inherited from IContentItem.)
Public propertyIcon
Gets and sets the icon of the page. The value is the numeric representation of the icon images.
(Inherited from IContentItem.)
Public propertyCode exampleInWorkflowTransition
Gets and sets whether the content item is being accessed within the bounds of a workflow transition.
(Inherited from IContentItemWorkflowSuper.)
Public propertyIsComponent
Gets whether this page is a component. Components are used as part of other pages, don't have their own URL entries, and don't have specific view or style sheet rendering specified in content.
Public propertyJustSynced
Gets whether the page's content was updated via Schema synchronization and hasn't yet been modified directly.
(Inherited from IContentItem.)
Public propertyLastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public propertyLastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public propertyLastVersion
Gets the most-recent previous version. It is the version before this page was last checked in.
(Inherited from IContentItemT, TVersion, TSchema, TSchemaVersion.)
Public propertyCode exampleLayout
Gets and sets the page version's layout, which is the file name of its XSLT style sheet.
(Inherited from IPageVersion.)
Public propertyLocale
Gets and sets the language of this page.
(Inherited from IContentItem.)
Public propertyLocaleInherited
Gets whether this page inherits its locale from its ancestor page.
(Inherited from IContentItem.)
Public propertyManager
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.)
Public propertyMasterLingualMap
Gets the lingual map between this page and its Master Page.
(Inherited from IContentItem.)
Public propertyName
Gets and sets the entity's name.
(Inherited from IEntity.)
Public propertyNowSyncing
Gets whether the page is currently being synchronized to the latest version of the Schema used to create it.
(Inherited from IContentItem.)
Public propertyPage
Gets the Page to which this page version belongs.
(Inherited from IPageVersion.)
Public propertyParentId
Gets the unique ID of the parent object
(Inherited from IContentItem.)
Public propertyPCRDescriptorID
Gets the ID of a page creation rule (PCR) descriptor. PCR Descriptors are used to mark pages that have specific PCR settings.
Public propertyPresentations
Gets and sets the Presentations of this page version. This value is null by default, meaning there is no presentation for rendering in Page Builder mode.
(Inherited from IPageVersion.)
Public propertyReferenceMapping
Retrieves the directly referenced page IDs for this page. This mappings are reference pages added to this page.
Public propertyRemoved
Gets whether the page is under Removed status, which means it is currently a descendant of the Recycle Folder.
(Inherited from IContentItem.)
Public propertyRulesInherited
Gets and sets whether this page inherits the page creation rule (PCR) settings from its parent page or has its own page creation settings.
Public propertySchema
Gets the Schema from which this page is based on.
(Inherited from IContentItemT, TVersion, TSchema, TSchemaVersion.)
Public propertySchemaName
Gets the root name of the Schema, which is also the root element name of this version's serialized XML document.
(Inherited from IContentItemVersion.)
Public propertySchemaVersion
Gets the Schema Version which with this page is synchronized. Note that if the schema has not been updated and or sychronized to this page, the page will be on a older version of the schema.
(Inherited from IContentItemT, TVersion, TSchema, TSchemaVersion.)
Public propertySecurityDescriptor
Gets the security descriptor of this content item
(Inherited from IContentItem.)
Public propertySecurityInherited
Gets whether this content item has security inherited from its parent
(Inherited from IContentItem.)
Public propertySerializeOnCheckIn
Determines whether to serialize an xID.xml file to the v9 XML root on check-in.
Public propertySession
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public propertySessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public propertySiblingPosition
Gets the position of this object among its siblings
(Inherited from IContentItem.)
Public propertySite
Gets the Site object that owns the current page. This Site object was the object in charge of retrieving or creating the current Page object.
Public propertyStartDate
Gets and sets the start date of the page. When set, this page will not be included in navigations when current time is less than the StartDate value.
(Inherited from IContentItem.)
Public propertyVersionNumber
Gets the version number of this version.
(Inherited from IContentItemVersion.)
Public propertyViewName
Gets and sets this page version's ViewName.
(Inherited from IPageVersion.)
Public propertyCode exampleXID
Gets the ID of the Page that owns this page version. A page's ID (known as an xID) takes the form "x[integer]".
(Inherited from IPageVersion.)
Top
See Also