SearchRequest Class (Version 1.1b)

A search request passed as a parameter to the MSNSearchService.Search() method.

public SearchRequest ()
Properties

 

Name Description

SearchRequest.AppID Property (Search)

Application ID supplied by the Developer Provisioning System. String - Required.

SearchRequest.CultureInfo Property (Search)

Language and locale information for the SearchRequest. String - Required.

SearchRequest.Flags Property (Search)

SearchFlags applied to the SearchRequest. Enumeration Member - Optional. If this property is omitted, the default setting SearchFlags.None is applied to the SearchRequest.

SearchRequest.Location Property (Search)

Location data for the SearchRequest.Location Object - Optional.

SearchRequest.Query Property (Search)

Text of the query submitted to the Live Search Engine for the SearchRequest. String - Required.

SearchRequest.Requests Property (Search)

Array of SourceRequest objects to include in the SearchRequest. SourceRequest[] - Required.

SearchRequest.SafeSearch Property (Search)

SafeSearchOptions settings for the SearchRequest. Enumeration Member - Optional. If this property is omitted, the default setting SafeSearchOptions.Moderate is applied to the SearchRequest.

Remarks

For each search request, Live Search returns only one response containing content for a given source type. That is, if you request the same source type more than once in a query, you receive only one response containing content.

Page view tracker