Click or drag to resize
AddDocumentEntityJson Class
Give user permissions to a particular workspace file only.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonAddDocumentEntityJson

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

The AddDocumentEntityJson type exposes the following members.

Constructors
  NameDescription
Public methodAddDocumentEntityJson
Initializes a new instance of the AddDocumentEntityJson class
Top
Properties
  NameDescription
Public propertyDescription Obsolete.
Set description (only for groups)
Public propertyDocumentGuids
Set of file guids
Public propertyEmailMessage
Text of email
Public propertyEmailSubject
Subject line for notification email
Public propertyExpirationDate Obsolete.
Use the expiration field on the permissionsTemplate
Public propertyGroupMembers Obsolete.
In case of a workspace group was supplied in field "permittedEntity" these members will be added to the group, otherwise this will be ignored.
Public propertyIdentifier Obsolete.
Only for workspace groups - adds another identifier to find the group by. This identifier may be supplied instead of workspace group name or address, in all workspace group based operations. Relevant only if permittedEntity is a roomGroup
Public propertyIsSendMail
Flag indicating that a notification email should be sent to recipients
Public propertyIsWatermark Obsolete.
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermissionsTemplate
Permission template to apply to files
Public propertyPermittedEntity Obsolete.
Single Entity to add
Public propertyRole
The new role in the workspace.
Public propertyRoomEntities
Public propertyRoomGroups
Public propertyRoomGuid
Guid of the workspace
Public propertyRoomId
Id of the workspace
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