SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

SearchType Property

The type of query used in the search.

Syntax

public int getSearchType();
public void setSearchType(int searchType);

Enumerated values: public final static int stString = 0; public final static int stMSSQLFT = 1;

Remarks

This property defines the type of Query specified as the parameter in the Search method.

By default, the query type is set to String. However, for SQL syntax queries, set this property to MSSQLFT.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0