Click or drag to resize
Item Class
Represents an item created by a module.
Inheritance Hierarchy

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Item : Entity

The Item type exposes the following members.

Constructors
  NameDescription
Public methodItem
Initializes a new instance of the Item class
Top
Properties
  NameDescription
Public propertyCheckedOutByFirstName
Gets the first name of the checked out user, if any.
Public propertyCheckedOutByLastName
Gets the last name of the checked out user, if any.
Public propertyCheckedOutUserId
Gets the unique identifier of the admin user that currently has the item checked out, if any.
Public propertyCheckedOutUserIsOnline
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 propertyCreateDate
Gets the UTC create date of the item.
Public propertyCreatedByFirstName
Gets the first name of the create user.
Public propertyCreatedByLastName
Gets the last name of the create user.
Public propertyCreateUserId
Gets the unique identifier of the admin user that created the item.
Public propertyDefaultLanguageId
Gets the default language ID, if specified.
Public propertyFolderId
Gets the unique identifier of the folder the item is contained in.
Public propertyHasChildren
Gets a value indicating if the item has child items.
Public propertyIsPrivate
Gets a value indicating if the item has membership security policies that require further authorization.
Public propertyItemId
Gets a unique identifier of the item.
Public propertyItemMeta
Gets an item's meta.
Public propertyItemParentId
Gets or sets the item's parent item.
Public propertyLastPublishDate
Gets the UTC date of when the item was last published. On new items, this date will be the same as the CreateDate.
Public propertyModuleId
Gets the unique identifier of the module that created the item.
Public propertyName
Gets or sets the internal name of the item.
Public propertyTemplateId
Gets or sets the unique identifier of the template. Used by the page module only.
Public propertyValue
Gets or sets the ItemValues.
Public propertyValueLanguages
Gets the collection of ValueLanguages.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueModel
Public methodGetValueModelT
Gets a ValueModel with the specified type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetValueModel
Sets the ValueModel for the item.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also