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; } }