Click or drag to resize

SearchConversationOlderContentCapability Property

Returns a Capability object that indicates whether the user can "scroll to get more messages". i.e. there are additional messages not yet downloaded from the server.

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

Property Value

Type: Capability
Remarks
This capability is Allowed when all of the following conditions are true:
  • The messaging service is online (has an active connection to the server).
  • The Conversation is in published state.
See Also