ChallengesListOptions is defined in the Telligent.Evolution.Extensibility.Ideation.Api namespace of Telligent.Evolution.Ideation.dll
Definition
class ChallengesListOptions
{
int? AccessingUserId { get; set; }
List<Guid> ApplicationIds { get; set; }
bool FilterByUserId { get; set; }
bool IgnorePermissions { get; set; }
bool IncludeSubGroups { get; set; }
bool? IsEnabled { get; set; }
string NameQuery { get; set; }
int PageIndex { get; set; }
int PageSize { get; set; }
Guid Permission { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
int UserId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| AccessingUserId | int? | |||
| ApplicationIds | List<Guid> | |||
| FilterByUserId | bool | |||
| IgnorePermissions | bool | |||
| IncludeSubGroups | bool | |||
| IsEnabled | bool? | |||
| NameQuery | string | |||
| PageIndex | int | |||
| PageSize | int | |||
| Permission | Guid | |||
| SortBy | string | |||
| SortOrder | string | |||
| UserId | int |