Click or drag to resize

ConversationClearLocalAttachmentData Method

Clear conversation local attachment data.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public virtual void ClearLocalAttachmentData(
	ConversationCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesConversationCompletionHandler
The completion handler which will be invoked when the operation completes. Operation success or failure is reported through this handler.
Remarks
This method clears only application data and it is not applicable to any content downloaded to a user’s device.
See Also