Click or drag to resize
CopyDocumentFromInboxJson Class
Copy files from Inbox.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonCopyDocumentFromInboxJson

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

The CopyDocumentFromInboxJson type exposes the following members.

Constructors
  NameDescription
Public methodCopyDocumentFromInboxJson
Initializes a new instance of the CopyDocumentFromInboxJson class
Top
Properties
  NameDescription
Public propertyActiveDirectoryGroupsRecipients
A list of activeDirectory group guids that are intended to be recipients of these files. May be left null. Can be sent empty or not sent.
Public propertyDeviceType
Public propertyDocumentGuid
The file to submit from workspace to exchange.
Public propertyIsCollaboration
Public propertyIsCopyAnnotations
Public propertyIsOpenToAnyone
Public propertyIsSendEmail
If set to True the server will notify recipients via email about new files submitted.
Public propertyListRecipients
A list of distribution list names that are intended to be recipients of these files. May be left null. Can be sent empty or not sent.
Public propertyMailMessage
Public propertyMailSubject
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermission
The permissions to grant to recipients of this file.
Public propertyReadConfirmation
Indicates is read confirmation is required for this document.
Public propertyUserRecipients
A list of emails for users that are intended to be recipients of these files. Can be sent empty or not sent.
Public propertyWhoCanView
In case Domain permissions or files that are available to everyone, use this parameter. Only recipients that are recipients of this file (directly of by a distribution list) will be notified that this file exist.
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