Click or drag to resize
ListDocumentsVdrJson Class
Details of how to obtain a list of files
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonListDocumentsVdrJson

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class ListDocumentsVdrJson : BaseJson

The ListDocumentsVdrJson type exposes the following members.

Constructors
  NameDescription
Public methodListDocumentsVdrJson
Initializes a new instance of the ListDocumentsVdrJson class
Top
Properties
  NameDescription
Public propertyAdminMode
For backwards compatibility, switches between admin and non admin view - admin sees all , non admin only personal files
Public propertyDocumentFilter
Filter expired files, default is to show ALL files.
Public propertyDocumentOrder
File order, if left empty set to LAST_UPDATED.
Public propertyFilterScope
Filter scope, default is specific folder, if all files from workspace are needed change to ENTIRE_ROOM.
Public propertyFolderGuid
Folder guid
Public propertyFolderId
Folder id
Public propertyFolderPath
For search in specific folder, leave empty for entire workspace(s). For root folder use '/', and for a folder called folder1 in a folder called folder2. use '/folder2/folder1' alternatively use folderId
Public propertyFolders
List folders with files, folders will always appear first.
Public propertyLastVersionUploaderUserAddress
Public propertyNoTags
Will omit the files' tags (saves bandwidth).
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOrderAscending
File order ascending, if left empty set to true.
Public propertyPageNumber
Current page to fetch, if left empty set to 0.
Public propertyPageSize
Page size for search results, if left empty set to 25.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also