FriendshipsListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class FriendshipsListOptions
{
string FriendshipState { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string Presence { get; set; }
int? RecipientId { get; set; }
int? RequestorId { get; set; }
string SearchText { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| FriendshipState | string | Friendship state | Approved, NotSpecified, Pending | |
| PageIndex | int? | Specify the page number of paged results to return. Zero-based index. | ||
| PageSize | int? | Specify the number of results to return per page. | ||
| Presence | string | Presence | ||
| RecipientId | int? | Recipient Id | ||
| RequestorId | int? | Requestor Id | ||
| SearchText | string | Search text | ||
| SortBy | string | Sort by | CreatedDate, DisplayName, LastConversationDate, LastModifiedDate | |
| SortOrder | string | Sort order | Ascending, Descending |