Click or drag to resize

ConversationRemoveParticipantCapability Property

Returns a Capability object that indicates if a participant can be removed from the conversation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public virtual Capability RemoveParticipantCapability { get; }

Property Value

Type: Capability
Remarks
This capability is Allowed when one of the following conditions are true:
  • This conversation is in the draft state.
  • This conversation is published and messaging server allows to remove participants from it.
See Also