Click or drag to resize

AttachmentSetIsGeneratedContent Method

Set IsGeneratedContent property.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetIsGeneratedContent(
	bool isGeneratedContent,
	AttachmentCompletionHandler completionHandler
)

Parameters

isGeneratedContent
Type: SystemBoolean
New value of IsGeneratedContent property.
completionHandler
Type: Avaya.ClientServicesAttachmentCompletionHandler
The completion handler which will be invoked when the operation returns.
See Also