Click or drag to resize

SearchConversationIsClosed Property

Returns true if the conversation is closed.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public 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