Click or drag to resize
VdrAddPermissionsJson Class
Add permissions to an entity
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonVdrAddPermissionsJson

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

The VdrAddPermissionsJson type exposes the following members.

Constructors
  NameDescription
Public methodVdrAddPermissionsJson
Initializes a new instance of the VdrAddPermissionsJson class
Top
Properties
  NameDescription
Public propertyDocumentGuids
List of file guids
Public propertyEmailMessage
Text of email
Public propertyEmailSubject
Subject line for notification email
Public propertyFolderGuids
List of folder guids
Public propertyFolderIds
List of folder ids
Public propertyFolderPaths
List of paths to folders
Public propertyIsSendMail
Flag indicating that a notification email should be sent to recipients
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermissionSet
Permissions for entity
Public propertyPermissionTemplate
Public propertyPermittedEntities
List of Workspace Entities. Can be one of GROUP, USER, DOMAIN
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