Click or drag to resize
WorkspacesExample Class
Examples of Workspaces Workspace functionality
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.ExamplesWorkspacesExample

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class WorkspacesExample

The WorkspacesExample type exposes the following members.

Constructors
  NameDescription
Public methodWorkspacesExample
Creates an instances of the WorkspacesExample class
Top
Methods
  NameDescription
Public methodAddGroupAccessToDocument
Example to give a group access to a document
Public methodAddGroupToRoom
Creates a group and adds it to the room
Public methodAddMembers
Example to add members to a room (workspace).
Public methodAddUsersToGroup
Example to add users to a group
Public methodCreateRoom
Example to create a room (workspace).
Public methodDeleteRoom
Example to delete a room (workspace).
Public methodEditGroupAccessToDocument
Example to edit a group's access to a document
Public methodEditRoom
Example to edit a room (workspace).
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetFolderTree
Example to gets the tree of all folders and subfolders in a specified workspace.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRoomLinks
Example to get URL link to a workspace.
Public methodGetSubFolders
Example to gets subfolders in a specified workspace.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInfoRoom
Example to get a room (workspace) info.
Public methodInviteGroup
Example to invite groups to a room (workspace).
Public methodListRooms
Example to list all the virtual data rooms of the current user.
Public methodMoveFolders
Example to move folders in a room (workspace).
Public methodRenameFolder
Example to rename a folder within a workspace using folderGUID(it can also be done using either folderId or path)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also