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

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

The ChangeEntitiesTransientJson type exposes the following members.

Constructors
  NameDescription
Public methodChangeEntitiesTransientJson
Initializes a new instance of the ChangeEntitiesTransientJson class
Top
Properties
  NameDescription
Public propertyDocumentPaths
Files to add to the path
Public propertyFolderPaths
Folders to add to the path
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 propertyWorkspaceUuid
The workspace's UUID
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