Click or drag to resize
LibraryDocument Class
Unsupported: The library sharing feature is currently not supported.
Class that represents information about a document stored at a conferencing server library.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesLibraryDocument

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

The LibraryDocument type exposes the following members.

Properties
  NameDescription
Public propertyCanModify
Returns location of the icon file on the library.
Public propertyContentHeight
Returns height of the document page in pixels.
Public propertyContentWidth
Returns width of the document page in pixels.
Public propertyCreationDate
Returns document creation date. Provided in string form by the library server.
Public propertyDeletionDate
Returns document creation date. Provided in string form by the library server.
Public propertyId
Returns document ID as provided by the library.
Public propertyPagesCount
Returns number of pages in the document.
Public propertyTitle
Returns document title.
Public propertyType
Returns type of the document.
Public propertyURL
Returns document path on the library server.
Top
Methods
  NameDescription
Public methodGetPage
Returns page url.
Public methodGetPageBaseUrl
Returns page base url.
Public methodGetPageFileName
Returns page url.
Public methodGetPagePreview
Returns page preview url.
Public methodGetPagePreviewFileName
Returns page preview url.
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