| CollectionManager |
constructor
|
| CollectionManager(ApiAccessMode) |
constructor
|
| Add(ContentCollectionData) |
Adds a new content collection based on information in an ContentCollectionData object.
message.
|
| Update(ContentCollectionData) |
Updates an existing content collection in the CMS.
|
| Delete(Int64) |
Deletes a content collection in the CMS.
|
| AddContent(Int64,Int64) |
Adds a content to a collection
|
| DeleteContent(Int64,Int64) |
Deletes a content from a collection
|
| UpdateItemOrder(Int64,IEnumerable<Int64>) |
Updates the contents from a collection
|
| GetItem(Int64) |
Retrieves a single ContentCollectionData object from the CMS.
|
| GetList(CollectionCriteria) |
Retrieves a list of ContentCollectionData objects based upon the supplied criteria.
|