Item Properties |
The Item type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CheckedOutByFirstName |
Gets the first name of the checked out user, if any.
|
![]() |
CheckedOutByLastName |
Gets the last name of the checked out user, if any.
|
![]() |
CheckedOutUserId |
Gets the unique identifier of the admin user that currently has the item checked out, if any.
|
![]() |
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.
|
![]() |
CreateDate |
Gets the UTC create date of the item.
|
![]() |
CreatedByFirstName |
Gets the first name of the create user.
|
![]() |
CreatedByLastName |
Gets the last name of the create user.
|
![]() |
CreateUserId |
Gets the unique identifier of the admin user that created the item.
|
![]() |
DefaultLanguageId |
Gets the default language ID, if specified.
|
![]() |
FolderId |
Gets the unique identifier of the folder the item is contained in.
|
![]() |
HasChildren |
Gets a value indicating if the item has child items.
|
![]() |
IsPrivate |
Gets a value indicating if the item has membership security policies that require further authorization.
|
![]() |
ItemId |
Gets a unique identifier of the item.
|
![]() |
ItemMeta |
Gets an item's meta.
|
![]() |
ItemParentId |
Gets or sets the item's parent item.
|
![]() |
LastPublishDate |
Gets the UTC date of when the item was last published. On new items, this date will be the same as the CreateDate.
|
![]() |
ModuleId |
Gets the unique identifier of the module that created the item.
|
![]() |
Name |
Gets or sets the internal name of the item.
|
![]() |
TemplateId |
Gets or sets the unique identifier of the template. Used by the page module only.
|
![]() |
Value |
Gets or sets the ItemValues.
|
![]() |
ValueLanguages |
Gets the collection of ValueLanguages.
|