| SearchConversationIsClosed Property |
Returns true if the conversation is closed.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic override bool IsClosed { get; }Property Value
Type:
Boolean
Remarks
A closed conversation prohibits new contributions (or activity of any kind) from any participants.
Such conversations are candidates for deleting (after backup) as part of storage management activities.
See Also