Click or drag to resize
RecycleBinDocumentJson Class
A recycle bin file
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonRecycleBinDocumentJson

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

The RecycleBinDocumentJson type exposes the following members.

Constructors
  NameDescription
Public methodRecycleBinDocumentJson
Initializes a new instance of the RecycleBinDocumentJson class
Top
Properties
  NameDescription
Public propertyAccessLevel
Access level
Public propertyContentType
Content type
Public propertyDeleteDate
Delete date
Public propertyDeletingUserAddress
Deleting user email address
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 propertyExpires
Expires date
Public propertyFilename
Name of a file.
Public propertyFolder
File's folder, for example: /office/docs
Public propertyFolderUuid
File's 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 propertyName
Name
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOriginalSize
Original size
Public propertyPendingRequests
Pending requests
Public propertyPercentCompleted
Progress status.
Public propertyPermissionsJson
Permissions, in some contexts may be null.
Public propertyPreviewUrl
Preview URL
Public propertyRead
Will be true if the last file was read since its last update.
Public propertyRecentlyViewed Obsolete.
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
Secure transfer file
Public propertySender
Email address of sender
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 propertyType Obsolete.
Use 'contentType' instead
Public propertyUrl
URL of a (protected) file.
Public propertyWorkspaceName
Workspace name
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