Click or drag to resize

LibraryManagerUploadDocument Method

Uploads a new document to the library.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void UploadDocument(
	string filePath,
	LibraryManagerLibraryManagerUploadDocumentHandler completionHandler
)

Parameters

filePath
Type: SystemString
Local file path of the document to be uploaded.
completionHandler
Type: Avaya.ClientServicesLibraryManagerLibraryManagerUploadDocumentHandler
See Also