Click or drag to resize
AddEntityVdrJson Class
List information when adding a user to a workspace.
Inheritance Hierarchy

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

The AddEntityVdrJson type exposes the following members.

Constructors
  NameDescription
Public methodAddEntityVdrJson
Initializes a new instance of the AddEntityVdrJson class
Top
Properties
  NameDescription
Public propertyAddEntityToAllDocs
If left empty will be treated as false.
Public propertyDescription
Set description (only for groups)
Public propertyGroupMembers
In case of a workspace group these members will be added to the group, otherwise this will be ignored.
Public propertyIdentifier
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.
Public propertyIsDefaultEntity
Set if the entity is default for workspace
Public propertyNewPermissions
Workspace permissions
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermittedEntity
The entity to add
Public propertyRole
The new role in 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