SearchResultsListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
class SearchResultsListOptions { Guid? ApplicationId { get; set; } string Category { get; set; } bool? Collapse { get; set; } Guid? ContainerId { get; set; } List<DateRangeFacet> DateRangeFacets { get; set; } List<DateRangeFilter> DateRangeFilters { get; set; } DateTime? EndDate { get; set; } List<FieldFacet> FieldFacets { get; set; } List<FieldFilter> FieldFilters { get; set; } string Filters { get; set; } Guid? Id { get; set; } bool? IsApplication { get; set; } bool? IsContainer { get; set; } bool? IsContent { get; set; } bool? IsLoggable { get; set; } bool? LogicallyOrTags { get; set; } bool? OnlyFriendContent { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string Query { get; set; } string SearchFlags { get; set; } string Sort { get; set; } DateTime? StartDate { get; set; } List<string> Tags { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | |||
Category | string | |||
Collapse | bool? | |||
ContainerId | Guid? | |||
DateRangeFacets | List<DateRangeFacet> | |||
DateRangeFilters | List<DateRangeFilter> | |||
EndDate | DateTime? | |||
FieldFacets | List<FieldFacet> | |||
FieldFilters | List<FieldFilter> | |||
Filters | string | |||
Id | Guid? | |||
IsApplication | bool? | |||
IsContainer | bool? | |||
IsContent | bool? | |||
IsLoggable | bool? | |||
LogicallyOrTags | bool? | |||
OnlyFriendContent | bool? | |||
PageIndex | int? | |||
PageSize | int? | |||
Query | string | |||
SearchFlags | string | |||
Sort | string | |||
StartDate | DateTime? | |||
Tags | List<string> |