Click or drag to resize
TransientWorkspaceJson Class
A transient worksapce
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonTransientWorkspaceJson

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

The TransientWorkspaceJson type exposes the following members.

Constructors
  NameDescription
Public methodTransientWorkspaceJson
Initializes a new instance of the TransientWorkspaceJson class
Top
Properties
  NameDescription
Public propertyAccessLevel
The user's role in the workspace.
Public propertyCreationDate
Creation date
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 propertyHyperlink
Direct link to the workspace in watchdox's website.
Public propertyId
Workspace Id
Public propertyLogAccessActionsToFiles
Log access actions to files
Public propertyName
Workspace name.
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOrganizationPolicyJson
Organization policy
Public propertyRoomCapabilities
List of workspace capbailities
Public propertyShared
Shared
Public propertySyncPolicy
Sync policy
Public propertyTransientWorkspaceExternalDataJson
Transient workspace external data
Public propertyUuid
Workspace uuid.
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