Click or drag to resize
Items Class
Access to the methods in this class require permissions determined by the caller's security context.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.Sdk.DataItems

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class Items

The Items type exposes the following members.

Constructors
  NameDescription
Public methodItems
Initializes a new instance of the Items class
Top
Methods
  NameDescription
Public methodAdd(Item, ItemMeta)
Adds an item.
Public methodAdd(Item, ItemMeta, EntityCollectionInclude)
Adds an item.
Public methodAdd(Item, ItemMeta, Int32)
Adds an item.
Public methodAdd(Item, ItemMeta, EntityCollectionInclude, Int32)
Adds an item.
Public methodCheckIn
Performs a check-in of an item.
Public methodCheckOut
Performs a check-out of an item on behalf of the current user.
Public methodDelete
Deletes an item and all its related entities.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGet(Guid)
Returns an item.
Public methodGet(Guid, Int32)
Returns an item.
Public methodGetByFolder(Guid, EntityCollectionSort, Pagination)
Returns items in a folder.
Public methodGetByFolder(Guid, EntityCollectionSort, Pagination, Int32)
Returns items in a folder.
Public methodGetCategoryIds
Returns the unique identifiers of all categories associated with an item.
Public methodGetChildren(Guid, EntityCollectionSort, Pagination)
Returns an item's child items.
Public methodGetChildren(Guid, String, EntityCollectionSort, Pagination)
Returns an item's child items.
Public methodGetChildren(Guid, String, EntityCollectionSort, Pagination, Int32)
Returns an item's child items.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsLive
Determines if an item is considered "live".
Public methodSearch(FilterCollection, EntityCollectionSort, Pagination)
Searches items.
Public methodSearch(FilterCollection, EntityCollectionSort, Pagination, FirstOptions)
Searches items.
Public methodSearch(FilterCollection, EntityCollectionSort, Pagination, Int32)
Searches items.
Public methodSearch(FilterCollection, EntityCollectionSort, Pagination, FirstOptions, Int32)
Searches items.
Public methodSelectPageItemIds
Returns the unique identifiers of all page items.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateMeta
Updates an item's meta.
Top
See Also