Click or drag to resize

IContentItem Properties


The IContentItem type exposes the following members.

Properties
  Name Description
Public property Code example _Locale Gets/sets the locale name of this object, if this object has language property
Public property Code example AdminRightsEnabled 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 property Archived Gets/sets the archived value of this entity
(Inherited from IEntity)
Public property AssignedGroup Gets the Group to which this page is currently assigned. If the page is not assigned to a group, this method returns null.
Public property AssignedUser Gets the User to whom this page is currently assigned. If the page is not assigned to a user, this method returns null.
Public property AssignmentComment Gets the comments from assignments when the page was not in workflow.
Public property CanMarkForPublish Controls whether the page is allowed to mark for publish.
Public property CanParentRegionRoots Gets and sets whether this content item allows region roots (content items with a noninherited locale) when the content item isn't language-neutral.
Public property CheckedOut 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.
Public property Comments 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 property ContentItemType  
Public property Created Gets the entity's creation date.
(Inherited from IEntity)
Public property CreationUser Gets the ID of the User who created this entity.
(Inherited from IEntity)
Public property CurrentWorkflow Gets the workflow this page is in. If page is not in a workflow, this method returns null.
Public property Date Gets the date and time when this version was last changed.
(Inherited from IContentItemVersion)
Public property EndDate 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.
Public property Hierarchy Obsolete.
Gets the hierarchy value of the page in the content tree.
Public property Icon Gets and sets the icon of the page. The value is the numeric representation of the icon images.
Public property Code example InWorkflowTransition Gets and sets whether the content item is being accessed within the bounds of a workflow transition.
(Inherited from IContentItemWorkflowSuper)
Public property JustSynced Gets whether the page's content was updated via Schema synchronization and hasn't yet been modified directly.
Public property LastModified Gets the date when the entity was most recently modified.
(Inherited from IEntity)
Public property LastModifiedUser Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity)
Public property Locale Gets and sets the language of this page.
Public property LocaleInherited Gets whether this page inherits its locale from its ancestor page.
Public property Manager Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager)
Public property MasterLingualMap Gets the lingual map between this page and its Master Page.
Public property NowSyncing Gets whether the page is currently being synchronized to the latest version of the Schema used to create it.
Public property ParentId Gets the unique ID of the parent object
Public property Removed Gets whether the page is under Removed status, which means it is currently a descendant of the Recycle Folder.
Public property SchemaName 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 property SecurityDescriptor Gets the security descriptor of this content item
Public property SecurityInherited Gets whether this content item has security inherited from its parent
Public property Session Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity)
Public property SessionId Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity)
Public property SiblingPosition Gets the position of this object among its siblings
Public property StartDate 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.
Public property VersionNumber Gets the version number of this version.
(Inherited from IContentItemVersion)
Top
See Also