Item Class |
Namespace: ConnectedApps.Cms.Entities
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValueModel | |
![]() | GetValueModelT |
Gets a ValueModel with the specified type.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetValueModel |
Sets the ValueModel for the item.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |