FieldFacet
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
class FieldFacet { string FieldName { get; set; } List<SearchFilterBase> FiltersToIgnore { get; set; } int? MinimumCount { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string Prefix { get; set; } FieldFacetSort? Sort { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
FieldName | string | |||
FiltersToIgnore | List<SearchFilterBase> | |||
MinimumCount | int? | |||
PageIndex | int? | |||
PageSize | int? | |||
Prefix | string | |||
Sort | FieldFacetSort? |