Discuss this help topic in SecureBlackbox Forum
Lists the objects in the storage.
Declaration
Parameters
- Objects - contains queried objects.
- Query - query according to which the objects should be selected.
- Folder - folder which entries should be listed. If not specified, current folder is used.
- ShowFolders - specifies, if folders should be shown in the list.
- ShowDeleted - specifies, if deleted objects should be shown in the list.
- OrderBy - specifies list ordering.
- Alt - specifies the format of the feed to be returned. Consult Google Data API references for more details.
- Author - specifies object's author. If empty, all authors will be selected.
- StartIndex - search start index, if set to -1, starts from the first object.
- MaxResults - specifies maximum number of queried objects. If set to -1, all objects will be selected.
- UpdatedMin - minimum modification time.
- UpdatedMax - maximum modification time.
- OpenedMin - minimum last opening time.
- OpenedMax - maximum last opening time.
- Category - object's category.
- Title - object's title.
- ExactTitle - specifies whether the exact title match should be checked.
- Owner - object's owner.
- Writer - object's last writer.
- Reader - object's last reader.
Values:
Return value
Returns a list of titles of queried objects ordered as specified by
OrderBy parameter.
Description
Use this method to get a list of objects in the storage.
Objects may be searched for by different criteria, such as object's
Title or modification date
(UpdatedMin and
UpdatedMax parameters).
Discuss this help topic in SecureBlackbox Forum