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

Search Method

Searches the specified SharePoint site.

Syntax

[VB.NET]
Public Sub Search(ByVal Query As String)
[C#]
public void Search(string query);

Remarks

This method will search the SharePoint site using the string specified as the Query parameter.

Set the SearchType property to the type of query string specified for the search. By default, the Query string will be a String type format, but can be changed to be an MSSQLFT format as well.

When a successful search returns, the results can be iterated through using the ResultCount and ResultIndex properties. Each result will then populate the ResultProperties with a collection of properties to describe that result.

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