Click or drag to resize

SearchResultCondensedResults Property

A list of condensed results for the search. Does not contain any elements unless the value [!:SearchCriteria.IncludeResults] is true. This list is only filled if [!:ResultTypeWebEnum] has the value [!:ResultTypeWebEnum.Condensed].

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<SearchItemWeb> CondensedResults { get; set; }

Property Value

Type: IListSearchItemWeb
See Also