SearchExecutor.ExecuteQueries(String[], Query[], Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<System.Collections.Generic.IDictionary<string,Microsoft.SharePoint.Client.Search.Query.ResultTableCollection>> ExecuteQueries (string[] queryIds, Microsoft.SharePoint.Client.Search.Query.Query[] queries, bool handleExceptions);
member this.ExecuteQueries : string[] * Microsoft.SharePoint.Client.Search.Query.Query[] * bool -> Microsoft.SharePoint.Client.ClientResult<System.Collections.Generic.IDictionary<string, Microsoft.SharePoint.Client.Search.Query.ResultTableCollection>>
Public Function ExecuteQueries (queryIds As String(), queries As Query(), handleExceptions As Boolean) As ClientResult(Of IDictionary(Of String, ResultTableCollection))
Parameters
- queryIds
- String[]
- queries
- Query[]
- handleExceptions
- Boolean
Returns
- Attributes