Click or drag to resize

LibraryManager Class

Unsupported: The library sharing feature is currently not supported.
Interface that represents library management functions such as add, edit, remove documents from the document library.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesLibraryManager

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class LibraryManager

The LibraryManager type exposes the following members.

Methods
  NameDescription
Public methodCancelUploadDocument
Cancel current file uploading/convertion operation.
Public methodDeleteDocument
Deletes the specified document from the library.
Public methodGetDocument
Gets document from the library.
Public methodGetLibraryContent
Gets list of documents from the library.
Public methodGetUploadDocumentProgress
Progress of uploading a new document to the library.
Public methodRenameDocument
Renames the specified document.
Public methodUploadDocument
Uploads a new document to the library.
Top
Events
  NameDescription
Public eventUploadDocumentProgress
Top
Remarks

Unsupported: This class and all of its supporting classes are for internal Avaya use only and should not be used by third party applications at this time. This is an incubating feature that is currently under development and the classes and methods associated with this feature are subject to change at any time. Use of this feature will not be supported by Avaya until such time that it is officially released.

See Also