VotesListOptions
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class VotesListOptions { Guid? IdeaId { get; set; } int PageIndex { get; set; } int PageSize { get; set; } int? UserId { get; set; } bool? Value { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
IdeaId | Guid? | The idea Id to filter the list by. | ||
PageIndex | int | Specify the number of results to return per page. | ||
PageSize | int | Specify the page number of paged results to return. Zero-based index. | ||
UserId | int? | The voter user Id to filter the list by. | ||
Value | bool? | The vote value to filter the list by. |