Click or drag to resize
WorkspaceInfoJson Class
Workspace information
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonWorkspaceInfoJson

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

The WorkspaceInfoJson type exposes the following members.

Constructors
  NameDescription
Public methodWorkspaceInfoJson
Initializes a new instance of the WorkspaceInfoJson class
Top
Properties
  NameDescription
Public propertyAccessLevel
The user's role in the workspace.
Public propertyActualAdmins
Public propertyCreationDate
Creation date
Public propertyCreator
Creator
Public propertyDefaultWorkspaceOrder
Default workspace order
Public propertyDeleteDate
Delete date
Public propertyDeletedItemsCount
Deleted items count
Public propertyDeletingUserAddress
Deleting user address
Public propertyDescription
Workspace description.
Public propertyEnabledWorkspaceNotifications
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 propertyExternalRepositoryCloudStatus
Public propertyExternalSiteDataJson
Public propertyForcePin
Public propertyHyperlink
Direct link to the workspace in watchdox's website.
Public propertyId
Workspace's Id
Public propertyLastFileModifiedDate
Last file modified date
Public propertyLogAccessActionsToFiles
Public propertyName
Workspace name.
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOrganizationPolicyJson
Organization policy
Public propertyOrigianlForcePinState
Public propertyPersonalRestrictedWorkspaceFlag
Personal restricted workspace flag
Public propertyPersonalWorkspaceFlag
Public propertyProduct
Obsolete
Public propertyProtectorEnabled
Public propertyReadConfirmationRequired
is read confirmation required for files in this room ( according to root folder )
Public propertyRoomCapabilities
List of workspace capabilities
Public propertyRootFolderUuid
Public propertyShared
True if shared, False if not
Public propertySharepoint
Sharepoint workspace
Public propertySize Obsolete.
Public propertyStarred
Public propertyStarredDate
Public propertySyncPolicy
Sync policy
Public propertyTotalFilesCount
Total files count
Public propertyTotalFilesSize
Total files size
Public propertyTotalFoldersCount
Total folders count
Public propertyUpdateDate
update date
Public propertyUuid
Public propertyWorkspacesPolicy
Public propertyWorkspaceType
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