IdeasListOptions
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class IdeasListOptions { int? AccessingUserId { get; set; } int? CategoryId { get; set; } Guid? ChallengeId { get; set; } List<Guid> ContentIds { get; set; } int? GroupId { get; set; } bool IgnorePermissions { get; set; } bool IncludeSubGroups { get; set; } bool? IsClosed { get; set; } bool? IsEnabled { get; set; } bool? IsSuspectedAbusive { get; set; } int? MaximumVoteCount { get; set; } int? MinimumVoteCount { get; set; } string NameQuery { get; set; } int PageIndex { get; set; } int PageSize { get; set; } Guid Permission { get; set; } string QueryType { get; set; } bool? ReleasesVotes { get; set; } string SortBy { get; set; } string SortOrder { get; set; } string Status { get; set; } int? UserId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AccessingUserId | int? | |||
CategoryId | int? | |||
ChallengeId | Guid? | |||
ContentIds | List<Guid> | |||
GroupId | int? | |||
IgnorePermissions | bool | |||
IncludeSubGroups | bool | |||
IsClosed | bool? | |||
IsEnabled | bool? | |||
IsSuspectedAbusive | bool? | |||
MaximumVoteCount | int? | |||
MinimumVoteCount | int? | |||
NameQuery | string | |||
PageIndex | int | |||
PageSize | int | |||
Permission | Guid | |||
QueryType | string | |||
ReleasesVotes | bool? | |||
SortBy | string | |||
SortOrder | string | |||
Status | string | |||
UserId | int? |