Discuss this help topic in SecureBlackbox Forum
Lists the content of the folder.
Declaration
Parameters
- Objects - contains queried objects
- Query - query according to which the objects should be selected
- 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
Call this method to list directory contents.
Use of this method makes sense only if the object is a folder.
Discuss this help topic in SecureBlackbox Forum