Ektron.Cms.Framework.Organization.CollectionManager

Collection Manager

Properties
ApiMode Gets or sets the current API access mode. If set to Admin, the API runs with the permissions of an administrator.
CollectionManagerService returns an instance of the business objects task manager service.
ContentLanguage Gets or sets the current content language.
InPreviewMode Gets or sets the current Preview Mode. Returns true if the site is in site preview mode.
RequestInformation Gets the current Request Information.
SitePath Gets the site path.
UserId Gets or sets the currently logged in user ID.
Method Description
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.