Click or drag to resize
ChangeEntityVdrJson Class
Change a single workspace member permissions for a workspace.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonChangeEntityVdrJson

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

The ChangeEntityVdrJson type exposes the following members.

Constructors
  NameDescription
Public methodChangeEntityVdrJson
Initializes a new instance of the ChangeEntityVdrJson class
Top
Properties
  NameDescription
Public propertyAddEntityToAllDocs
If left empty will be treated as false.
Public propertyApplyToExistingDocs
Apply these permissions to the files this entity is already authorized for.
Public propertyDescription
Set description (only for groups)
Public propertyFolderPathOrId
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 Obsolete.
Set if the entity is default for workspace
Public propertyNewGroupName
Only for workspace groups - change the workspace group name to the name given here.
Public propertyNewPermissions
Workspace permissions
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermittedEntity
The entities to modify.
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