Click or drag to resize
SearchDocumentsVdrJson Class
Used when searching files for a string
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonSearchDocumentsVdrJson

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

The SearchDocumentsVdrJson type exposes the following members.

Constructors
  NameDescription
Public methodSearchDocumentsVdrJson
Initializes a new instance of the SearchDocumentsVdrJson 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 propertyDeviceType
Device type
Public propertyDocumentOrder
File order, if left empty set to LAST_UPDATED.
Public propertyFolderGuid
Folder guid
Public propertyFolderId
Folder id
Public propertyFolderPath
For search in specific folder, leave empty for entire workspace(s). Workspace list must contain only one workspace to use this function.
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOrderAscending
File order ascending, if left empty set to true.
Public propertyOrderByTagName
If ordering by tag name, specify which tag name here.
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.
Public propertyRead
When searching for only read or un-read files, if omitted will return both.
Public propertyRoomGuids
Public propertyRoomIds
List of workspaces to include in the search, if left null will search in all workspaces that user has access to.
Public propertySearchString
The query search string.
Public propertyStarred
When searching for only starred or un-starred files, if omitted will return both.
Public propertyWorkspaceTypes
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