Click or drag to resize
AttachmentSetIsGeneratedContent Method
Set IsGeneratedContent property.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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