SliderSlide Class |
Namespace: Avaya.ClientServices
public class SliderSlide
The SliderSlide type exposes the following members.
| Name | Description | |
|---|---|---|
| CreationTime |
Time at which the slide was created.
| |
| Number |
Number of the slide in the slides collection (starting from 1).
|
| Name | Description | |
|---|---|---|
| CancelContentFetching |
Cancels pending FetchContent(SliderSlideFetchImageCompletionHandler) requests.
| |
| CancelThumbnailFetching |
Cancels pending FetchThumbnail(SliderSlideFetchImageCompletionHandler) requests.
| |
| FetchContent |
Retrieves full image from the server.
| |
| FetchThumbnail |
Retrieves thumbnail image from the server.
|
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.