ConversationMessagesListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class ConversationMessagesListOptions
{
DateTime? EndDate { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string SortOrder { get; set; }
DateTime? StartDate { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| EndDate | DateTime? | End date | ||
| PageIndex | int? | Specify the page number of paged results to return. Zero-based index. | ||
| PageSize | int? | Amount of messages to return per page | ||
| SortOrder | string | Ascending or Descending | Ascending, Descending | |
| StartDate | DateTime? | Start date |