Click or drag to resize
Items Methods

The Items type exposes the following members.

Methods
  Name Description
Public method Add(Item, ItemMeta)
Adds an item.
Public method Add(Item, ItemMeta, EntityCollectionInclude)
Adds an item.
Public method Add(Item, ItemMeta, Int32)
Adds an item.
Public method Add(Item, ItemMeta, EntityCollectionInclude, Int32)
Adds an item.
Public method CheckIn
Performs a check-in of an item.
Public method CheckOut
Performs a check-out of an item on behalf of the current user.
Public method Delete
Deletes an item and all its related entities.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Get(Guid)
Returns an item.
Public method Get(Guid, Int32)
Returns an item.
Public method GetByFolder(Guid, EntityCollectionSort, Pagination)
Returns items in a folder.
Public method GetByFolder(Guid, EntityCollectionSort, Pagination, Int32)
Returns items in a folder.
Public method GetCategoryIds
Returns the unique identifiers of all categories associated with an item.
Public method GetChildren(Guid, EntityCollectionSort, Pagination)
Returns an item's child items.
Public method GetChildren(Guid, String, EntityCollectionSort, Pagination)
Returns an item's child items.
Public method GetChildren(Guid, String, EntityCollectionSort, Pagination, Int32)
Returns an item's child items.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsLive
Determines if an item is considered "live".
Public method Search(FilterCollection, EntityCollectionSort, Pagination)
Searches items.
Public method Search(FilterCollection, EntityCollectionSort, Pagination, FirstOptions)
Searches items.
Public method Search(FilterCollection, EntityCollectionSort, Pagination, Int32)
Searches items.
Public method Search(FilterCollection, EntityCollectionSort, Pagination, FirstOptions, Int32)
Searches items.
Public method SelectPageItemIds
Returns the unique identifiers of all page items.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UpdateMeta
Updates an item's meta.
Top
See Also