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