Click or drag to resize
TransientDocumentJson Class
Details for a file in a transient workspace
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonTransientDocumentJson

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

The TransientDocumentJson type exposes the following members.

Constructors
  NameDescription
Public methodTransientDocumentJson
Initializes a new instance of the TransientDocumentJson 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 file, and the last update date of their annotation
Public propertyCacheStatus
Cache status
Public propertyClassification
Classification, if exists.
Public propertyContentType
Content type
Public propertyConvertedName
Converted name for file
Public propertyCreationDate
Date of creation.
Public propertyDlpStatus
return the DLP status of an uploading document
Public propertyDocumentCurrentVersion
A json which represents the current version of the file
Public propertyDocumentName Obsolete.
Use 'name' instead
Public propertyDownloadPdfSize Obsolete.
Public propertyDownloadSize Obsolete.
Public propertyEditorUrl
URL to edit the document using Wopi
Public propertyExpires Obsolete.
Use permissions instead
Public propertyFileHash
File hash
Public propertyFilename
File name.
Public propertyFolder
File's folder, for example: /office/docs
Public propertyFolderId
Folder id
Public propertyFolderUuid
Folder uuid
Public propertyInheritsPerms
Inherits permissions
Public propertyLastUpdated
Date of creation or last update of the file.
Public propertyLastUpdateDate Obsolete.
Use 'lastUpdated' instead
Public propertyLicenseHoursValid
Max hours that the license is valid
Public propertyModifiedBy
Modified by
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 file online
Public propertyOpenToAnyone
Indicates that the file can be accessed by non-authenticated users
Public propertyOriginalSize
Original size of file (bytes)
Public propertyPath
Path of the file in the transient external repository
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 propertyReadyForDownloadOriginal
Read only when file is cached and download vlp validation is over (if necessary)
Public propertyRmsEnabled
RMS enabled
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
Secure transfer file
Public propertySender
Sender's email address
Public propertyStarred
Will be true if the file was marked as starred (favorite).
Public propertyStarredDate
Mark date
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 propertyTransientDocumentCommentCountJson
Comments count
Public propertyType Obsolete.
Use 'contentType' instead
Public propertyUrl
URL of a (protected) file.
Public propertyViewerUrl
URL of a (protected) file for viewing .
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