Click or drag to resize
Item Properties

The Item type exposes the following members.

Properties
  Name Description
Public property CheckedOutByFirstName
Gets the first name of the checked out user, if any.
Public property CheckedOutByLastName
Gets the last name of the checked out user, if any.
Public property CheckedOutUserId
Gets the unique identifier of the admin user that currently has the item checked out, if any.
Public property CheckedOutUserIsOnline
Gets a value indicating if the checked out user is currently online, if any. It is not recommended to rely on the accuracy of this value.
Public property CreateDate
Gets the UTC create date of the item.
Public property CreatedByFirstName
Gets the first name of the create user.
Public property CreatedByLastName
Gets the last name of the create user.
Public property CreateUserId
Gets the unique identifier of the admin user that created the item.
Public property DefaultLanguageId
Gets the default language ID, if specified.
Public property FolderId
Gets the unique identifier of the folder the item is contained in.
Public property HasChildren
Gets a value indicating if the item has child items.
Public property IsPrivate
Gets a value indicating if the item has membership security policies that require further authorization.
Public property ItemId
Gets a unique identifier of the item.
Public property ItemMeta
Gets an item's meta.
Public property ItemParentId
Gets or sets the item's parent item.
Public property LastPublishDate
Gets the UTC date of when the item was last published. On new items, this date will be the same as the CreateDate.
Public property ModuleId
Gets the unique identifier of the module that created the item.
Public property Name
Gets or sets the internal name of the item.
Public property TemplateId
Gets or sets the unique identifier of the template. Used by the page module only.
Public property Value
Gets or sets the ItemValues.
Public property ValueLanguages
Gets the collection of ValueLanguages.
Top
See Also