Click or drag to resize
ConferenceSlideViewerSlides Property
Get information about the list of slides currently available. If the conference server does not support slide viewing functionality, an empty list is returned.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public ReadOnlyCollection<ConferenceSlide> Slides { get; }

Property Value

Type: ReadOnlyCollectionConferenceSlide
See Also