Adds a file to a manual collection.
If the collection is type 2 (saved search), the media does not exist, the collection does not exist or the media is already in the collection the request will fail.
If the Automatically active field is active for the collection the media will be directly set as active. If Automatically active is not set the media item will be placed in the read more »
Use this method to get the id of the collection with a specific title.
read more »This method returns collection information about the requested collection ID.
read more »This method returns a list of collections from the specified vhost returned in a array. Each array will contain the collection information.
read more »Updates collection information such as title or description.
read more »This method is used to update a manual collection. The possible uses for this would be to re-order the media in the collection, or delete media from a collection.
The newOrder
argument is an array of media ID's in the collection and the new order that they should be returned to in from this point forward.
The deletedFiles
argument is an array containing read more »
This method is used to update a saved search collection.
The settings argument is an array of media ID's in the collection and the new order that they should be returned to in from this point forward.
The collection name and description can be changed with the updateCollectionInfo method.
read more »