Click or drag to resize
ChangeEntitiesVdrJson Class
Change multiple workspace member permissions for a workspace.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonChangeEntitiesVdrJson

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

The ChangeEntitiesVdrJson type exposes the following members.

Constructors
  NameDescription
Public methodChangeEntitiesVdrJson
Initializes a new instance of the ChangeEntitiesVdrJson class
Top
Properties
  NameDescription
Public propertyFolderPathOrId
Id or path of a single folder to modify
Public propertyFolderPathsOrIds
Id or paths of multiple folders to modify
Public propertyForceAction
Whether to do the action on the entities that haven't failed (true) Or through error on first error found (false)
Public propertyForceInheritanceOnDescendants
if set to TRUE, all subfolders and files of the input folders will inherit permissions and get their parents' permissions (including the change made by this operation)
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermittedEntitiesWithPermissions
The entities with their new permissions.
Public propertyRoomGuid
Guid of the workspace where the folder exists
Public propertyRoomId
Id of the workspace where the folder exists
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