Click or drag to resize
SubmitIManageDocumentResultJson Class

[Missing <summary> documentation for "T:BlackBerry.Workspaces.Json.SubmitIManageDocumentResultJson"]

Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonSubmitIManageDocumentResultJson

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

The SubmitIManageDocumentResultJson type exposes the following members.

Constructors
  NameDescription
Public methodSubmitIManageDocumentResultJson
Initializes a new instance of the SubmitIManageDocumentResultJson 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 propertyExistingDocument
Public propertyExternalRepositoryData
Public propertyFilename
File name.
Public propertyGuid
Signed GUID of a file, created by the server.
Public propertyId
Public propertyItemId
Public propertyLastUpdated
Date of creation or last update of the document.
Public propertyModifiedDate
Date of modified.
Public propertyName
File name
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOriginalSize
Original size of file (bytes)
Public propertyParentItemId
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 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 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