public Web ( String Query, String Options, String WebSearchOptions, String Market, String Adult, Double Latitude, Double Longitude, String WebFileType ) : DataServiceQuery |
||
Query | String | Bing search query Sample Values : xbox |
Options | String | Specifies options for this request for all Sources. Valid values are: DisableLocationDetection, EnableHighlighting. Sample Values : EnableHighlighting |
WebSearchOptions | String | Specify options for a request to the Web SourceType. Valid values are: DisableHostCollapsing, DisableQueryAlterations. Sample Values : DisableQueryAlterations |
Market | String | Market. Note: Not all Sources support all markets. Sample Values : en-US |
Adult | String | Adult setting is used for filtering sexually explicit content Sample Values : Moderate |
Latitude | Double | Latitude Sample Values : 47.603450 |
Longitude | Double | Longitude Sample Values : -122.329696 |
WebFileType | String | File extensions to return Sample Values : XLS |
return | DataServiceQuery |