Click or drag to resize
LibraryDocumentUploadEventArgs Class
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesLibraryDocumentUploadEventArgs

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class LibraryDocumentUploadEventArgs : EventArgs

The LibraryDocumentUploadEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyProgressType
Progress type of upload document operation.
Public propertyUploadLength
Size of uploaded file in bytes.
Public propertyUploadPosition
Current upload file position.
Top
See Also