| AttachmentSetIsGeneratedContent Method |
Set IsGeneratedContent property.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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