Click or drag to resize
SliderSlide Class
The SliderSlide object provides slide metadata and allows the download of related images.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesSliderSlide

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

The SliderSlide type exposes the following members.

Properties
  NameDescription
Public propertyCreationTime
Time at which the slide was created.
Public propertyNumber
Number of the slide in the slides collection (starting from 1).
Top
Methods
Remarks

These objects are obtained by the client application either through the SlidesAdded event or Slides property of the Slider class.

There is a 1-1 correspondence between SliderSlide instances and actual slides, so they can be compared by reference.

See Also