Click or drag to resize
FilesExample Class
Examples of Workspaces Files functionality
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.ExamplesFilesExample

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

The FilesExample type exposes the following members.

Constructors
  NameDescription
Public methodFilesExample
Creates an instances of the FilesExample class
Top
Methods
  NameDescription
Public methodCreateDocument
Example to create document in a Workspace (room).
Public methodCreateDocumentExchange
Example to upload and share a document.
Public methodDeleteDocument
Example to delete a document from a Workspace (room).
Public methodDeleteDocumentExchange
Example to delete a previously shared document.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetActivityLog
Example to retrieve the activity log for a document.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListDocumentsForRoom
Example to list the documents in a Workspace (room).
Public methodRenameDocument
Example to rename a document in a Workspace (room).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also