Click or drag to resize
SubmitDocumentSdsJson Class
These parameters are needed when submitting files in SDS mode (not to a workspace).
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonSubmitDocumentSdsJson

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

The SubmitDocumentSdsJson type exposes the following members.

Constructors
  NameDescription
Public methodSubmitDocumentSdsJson
Initializes a new instance of the SubmitDocumentSdsJson 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 propertyDocumentGuids
The list of file guids to submit.
Public propertyIsCollaboration
Indicates whether the files are sent for collaboration.
Public propertyIsOpenToAnyone
Indicates whether the file is sent using SimpleShare which means no authentication is required to view/download.
Public propertyIsSendEmail
If set to True the server will notify recipients via email about new documents 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 propertyModifiedDate
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 mails 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 file 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