Click or drag to resize
SubmitDocumentResultJson Class
Result from submitting a file
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonSubmitDocumentResultJson

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

The SubmitDocumentResultJson type exposes the following members.

Constructors
  NameDescription
Public methodSubmitDocumentResultJson
Initializes a new instance of the SubmitDocumentResultJson 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 propertyClassification
Classification, if exists.
Public propertyContentType
Public propertyConvertedName
Converted name for file
Public propertyCreationDate
Date of creation.
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 of a (protected) file for editing .
Public propertyExistingDocument
Public propertyExpires Obsolete.
Use permissions instead
Public propertyFilename
File name.
Public propertyFolder
File's folder, for example: /office/docs
Public propertyFolderId
Folder id
Public propertyFolderUuid
Folder uuid
Public propertyGuid
Signed GUID of a file, created by the server.
Public propertyLastUpdated
Date of creation or last update of the file.
Public propertyLastUpdateDate Obsolete.
Use 'lastUpdated' instead
Public propertyModifiedDate
Date of modified.
Public propertyName
File name
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOnlineEditorUrl
URL to edit the document online
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 propertyReadConfirmation
Public propertyRecentlyViewed Obsolete.
Date file was most recently viewed. not supported any longer - info is meaningless
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 propertyStatus
Status, status number and error string in case of error.
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 .
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