canmove, Confirmed users
1,173
edits
(→DELETE) |
(→DELETE) |
||
| Line 229: | Line 229: | ||
|- valign="top" | |- valign="top" | ||
| parentid | | parentid | ||
''(deprecated)''' | '''(deprecated)''' | ||
| Only deletes objects in the collection that are the children of the parent id given. | | Only deletes objects in the collection that are the children of the parent id given. | ||
|- valign="top" | |- valign="top" | ||
| older | | older | ||
''(deprecated)''' | '''(deprecated)''' | ||
| Only deletes objects in the collection that have been last modified before the date given. | | Only deletes objects in the collection that have been last modified before the date given. | ||
|- valign="top" | |- valign="top" | ||
| newer | | newer | ||
''(deprecated)''' | '''(deprecated)''' | ||
| Only deletes objects in the collection that have been last modified since the date given. | | Only deletes objects in the collection that have been last modified since the date given. | ||
|- valign="top" | |- valign="top" | ||
| limit | | limit | ||
''(deprecated)''' | '''(deprecated)''' | ||
| Sets the maximum number of objects that will be deleted. | | Sets the maximum number of objects that will be deleted. | ||
|- valign="top" | |- valign="top" | ||
| offset | | offset | ||
''(deprecated)''' | '''(deprecated)''' | ||
| Skips the first n objects in the defined set. Must be used with the limit parameter. [This function is not currently operational in the mysql implementation] | | Skips the first n objects in the defined set. Must be used with the limit parameter. [This function is not currently operational in the mysql implementation] | ||
|- valign="top" | |- valign="top" | ||
| sort | | sort | ||
''(deprecated)''' | '''(deprecated)''' | ||
| 'oldest' - Orders by modification date (oldest first)<br> | | 'oldest' - Orders by modification date (oldest first)<br> | ||
'newest' - Orders by modification date (newest first)<br> | 'newest' - Orders by modification date (newest first)<br> | ||