Click or drag to resize
UploadManager Class
Sends notifications on documents uploads to the server
Inheritance Hierarchy
SystemObject
  BlackBerry.WorkspacesUploadManager

Namespace:  BlackBerry.Workspaces
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class UploadManager : IProgressChanged, 
	IDisposable

The UploadManager type exposes the following members.

Properties
  NameDescription
Public propertyHash
Hash
Public propertyKill
Kill
Public propertyRemainingBytes
Remaining bytes
Public propertyTotalSent
Total sent
Public propertyTotalSize
Total size
Top
Methods
  NameDescription
Public methodDispose
Dispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberEscAddress
EscAddress
Public methodGetDocumentIDByName
Gets documentID by name
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNewGuidForDocument
Get a new guid for document.
Public methodGetNewGuidForTransientDocument
Get a new guid for a transient document
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnProgressChanged
Raises the event for the UI when the upload progress was changed
Public methodReportStatus
Reports status
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateDocumentClassification
Updates the classification field for the give document
Public methodUpdateDocumentGroups
UpdateDocumentGroups
Public methodUpdateDocumentTags
update tags for known document bu ID (GUID)
Public methodUploadDocument
Uploads a new file to Exchange. This operation is divided into three different API calls:
  1. Get the document GUID
  2. Upload and Process the document in server
  3. Submit the document along with its permissions and location
Public methodUploadDocumentToRoom
Uploads a new file to the specific workspace. This operation is divided into three different API calls:
  1. Get the document GUID
  2. Upload and Process the document in server
  3. Submit the document along with its permissions and location
Top
Events
  NameDescription
Public eventOnConflictedUploadFailed
OnConflictedUploadFailed
Public eventOnUploadCanceled
OnUploadCanceled
Public eventOnUploadCompleted
OnUploadCompleted
Public eventOnUploadFailed
OnUploadFailed
Public eventOnUploadProgressChanged
OnUploadProgressChanged
Top
Fields
  NameDescription
Public fieldStatic memberREMOVE_ALL
REMOVE_ALL
Top
See Also