Click or drag to resize
DocumentJson Class
A file that is used in various operations
Inheritance Hierarchy

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

The DocumentJson type exposes the following members.

Constructors
  NameDescription
Public methodDocumentJson
Initializes a new instance of the DocumentJson class
Top
Properties
  NameDescription
Public propertyAccessLevel
Document Access Level. Levels are FULL, VIEWER, TRACKING, NONE.
Public propertyAnnotationsList
A json which represents the users who annotated the document, and the last update date of their annotation
Public propertyCacheStatus
Public propertyClassification
Classification, if exists.
Public propertyCollaboration
Public propertyContentType
Content type
Public propertyConvertedName
Converted name for file
Public propertyCreationDate
Date of creation.
Public propertyDlpStatus
return the DLP status of an uploading file
Public propertyDocumentCommentCountJson
Public propertyDocumentCurrentVersion
A json which represents the current version of the document
Public propertyDocumentName Obsolete.
Use 'name' instead
Public propertyDownloadPdfSize
Public propertyDownloadSize Obsolete.
Public propertyEditorUrl
URL to edit the document using Wopi
Public propertyExpires Obsolete.
Use permissions instead
Public propertyFileHash
Public propertyFilename
File name.
Public propertyFolder
File's folder, for example: /office/docs
Public propertyFolderId
Public propertyFolderUuid
Public propertyFoundInContent
Public propertyFoundInMetadata
Public propertyGuid
Signed GUID of a file, created by the server.
Public propertyInheritsPerms
Public propertyLastUpdated
Date of creation or last update of the file.
Public propertyLastUpdateDate Obsolete.
Use 'lastUpdated' instead
Public propertyLastVersionUploaderUserAddress
Public propertyLicenseHoursValid
Max hours that the license is valid
Public propertyLockingUserAddress
Public propertyModifiedDate
Date of modified.
Public propertyName
File name
Public propertyNumOfVersions
Indicates how many versions this file has
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOnlineEditorUrl
URL to edit the document online
Public propertyOpenToAnyone
Indicates that the file can be accessed by non-authenticated users
Public propertyOriginalReadAckState
Public propertyOriginalSize
Original size of file (bytes)
Public propertyPdfConversionStatus
The status of PDF conversion
Public propertyPendingRequests
Number of pending requests to access the file
Public propertyPercentCompleted
Progress status.
Public propertyPermissionsJson
Permissions, in some contexts may be null.
Public propertyPreviewUrl
URL to preview the file
Public propertyRead
Will be true if the last file was read since its last update.
Public propertyReadAcknowledged
Public propertyReadConfirmation
Public propertyReadyForDownloadOriginal
Public propertyRecentlyViewed Obsolete.
Date file was most recently viewed. not supported any longer - info is meaningless
Public propertyRmsEnabled
Public propertyRoom
Id of the workspace the file has been submitted to.
Public propertyScore
The score of the file in the current search
Public propertySecureTransferFile
Public propertySender
Sender's email address
Public propertyStarred
Will be true if the file was marked as starred (favorite).
Public propertyStarredDate
Public propertyStatus
Status, status number and error string in case of error.
Public propertySupportedFileType
Indicates that a file can be shown in Watchdox Online Viewer
Public propertyTagList
Tags, if exist.
Public propertyType Obsolete.
Use 'contentType' instead
Public propertyUrl
URL of a (protected) file.
Public propertyViewerUrl
URL of a (protected) file for viewing .
Public propertyWorkspaceType
Public propertyWorkspaceUuid
Workspace uuid
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