Click or drag to resize
OpenForAllRoomEditJson Class
Used for setting a workspace to be open to all entities
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonOpenForAllRoomEditJson

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

The OpenForAllRoomEditJson type exposes the following members.

Constructors
  NameDescription
Public methodOpenForAllRoomEditJson
Initializes a new instance of the OpenForAllRoomEditJson class
Top
Properties
  NameDescription
Public propertyDocumentGuids
List of file guids
Public propertyFolderGuids
List of folder guids for files
Public propertyFolderIds
List of folder ids for files
Public propertyFolderPaths
List of folder paths for files
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOpenForAllRoom
This flag indicates this file should be open to all present and future workspace entities.
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