Click or drag to resize

WhiteboardSurfaceClearContent Method

Removes all shapes from whiteboard.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void ClearContent(
	WhiteboardSurfaceWhiteboardSurfaceCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesWhiteboardSurfaceWhiteboardSurfaceCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also