Click or drag to resize
RoomJson Class
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 RoomJson : BaseJson

The RoomJson type exposes the following members.

Constructors
  NameDescription
Public methodRoomJson
Initializes a new instance of the RoomJson class
Top
Properties
  NameDescription
Public propertyAccessLevel
The user's role in the workspace.
Public propertyCreationDate
Creation date
Public propertyCreator
Creator
Public propertyDefaultWorkspaceOrder
Default workspace order
Public propertyDeleteDate
Delete date
Public propertyDescription
Workspace description.
Public propertyExplicit
Is the user member of this workspace explicitly. If the user is permitted through domain and not workspace groups, this flag will be set to false if the user never visited this workspace before.
Public propertyExplicitRoom
same as explicit as explicit is a keyword in some programming languages
Public propertyForcePin
Public propertyHyperlink
Direct link to the workspace in watchdox's website.
Public propertyId
Workspace's Id
Public propertyLogAccessActionsToFiles
Log access to files
Public propertyName
Workspace name.
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOrganizationPolicyJson
Organization policy in JSON format
Public propertyPersonalRestrictedWorkspaceFlag
Personal restricted workspace flag
Public propertyPersonalWorkspaceFlag
Personal workspace flat
Public propertyProduct
Obsolete
Public propertyRoomCapabilities
Workspace capabilities
Public propertyRootFolderUuid
Public propertyShared
True if shared, False if not
Public propertySharepoint
Sharepoint workspace
Public propertySyncPolicy
Synchronization policy
Public propertyUuid
New uuid for workspace
Public propertyWorkspacePolicyJson
Workspace policy
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