Click or drag to resize

SearchQuery Fields

IT Hit WebDAV Classes Reference

The SearchQuery type exposes the following members.

Fields
  NameDescription
Public fieldEnableContains
Enables or disables search inside file content. Default is
true
.
Public fieldEnableLike
Enables or disables search by properties specified in
LikeProperties
list. Default is
true
.
Public fieldLikeProperties
List of properties to be used in like conditions. The search phrase will be searched in the properties specilied in this list.
Public fieldPhrase
Search phrase.
Public fieldSelectProperties

Properties to be returned from server with each item returned in search results.

This property can be used to request any additional data required in search results, such as snippet of text around the search phrase, document title, author name, etc.

Top
See Also