Click or drag to resize
WhiteboardGetSurfaces Method
Array containing all existing WhiteboardSurface objects in the current whiteboard session. Array is sorted by the creation time of objects.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public List<WhiteboardSurface> GetSurfaces()

Return Value

Type: ListWhiteboardSurface
See Also