Click or drag to resize
ListRoomsByTypeResultJson Class
Workspace information
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonListRoomsByTypeResultJson

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

The ListRoomsByTypeResultJson type exposes the following members.

Constructors
  NameDescription
Public methodListRoomsByTypeResultJson
Initializes a new instance of the ListRoomsByTypeResultJson class
Top
Properties
  NameDescription
Public propertyAccessLevel
The user's role in the workspace.
Public propertyActualAdmins
Public propertyCreationDate
Creation date
Public propertyCreator
Creator
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 propertyExternalIdentifier
Public propertyExternalRepositoryCloudStatus
Public propertyExternalRepositoryData
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 propertyOrigianlForcePinState
Public propertyPersonalWorkspaceFlag
Public propertyProtectorEnabled
Public propertyRoomCapabilities
List of workspace capabilities
Public propertyRootFolderUuid
Public propertySharepoint
Sharepoint workspace
Public propertyStarred
Will be true if the workspace was marked as starred (favorite).
Public propertyStarredDate
Public propertyTotalFilesCount
Total files count
Public propertyTotalFilesSize
Total files size
Public propertyTotalFoldersCount
Total folders count
Public propertyUpdateDate
update date (last modified date)
Public propertyUuid
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