C# Class LitDev.LDSearch

Exibir arquivo Open project: litdev1/LitDev

Public Methods

Method Description
GetImage ( Primitive search ) : Primitive

Do a Bing search for Web images.

GetNews ( Primitive search ) : Primitive

Do a Bing search for Web news.

GetProof ( Primitive text, Primitive mode ) : Primitive

Do a text spell check (proof). This is for longer text with more detailed information like in Word.

GetSpelling ( Primitive search ) : Primitive

Do a Bing search for Web spelling or alternative search suggestions.

GetVideo ( Primitive search ) : Primitive

Do a Bing search for Web videos.

GetWeb ( Primitive search ) : Primitive

Do a Bing search for Web sites.

Method Details

GetImage() public static method

Do a Bing search for Web images.
public static GetImage ( Primitive search ) : Primitive
search Primitive The search text.
return Primitive

GetNews() public static method

Do a Bing search for Web news.
public static GetNews ( Primitive search ) : Primitive
search Primitive The search text.
return Primitive

GetProof() public static method

Do a text spell check (proof). This is for longer text with more detailed information like in Word.
public static GetProof ( Primitive text, Primitive mode ) : Primitive
text Primitive The text to proof.
mode Primitive A mode "Proof" (default for longer text) or "Spell" (for short or single word checks).
return Primitive

GetSpelling() public static method

Do a Bing search for Web spelling or alternative search suggestions.
public static GetSpelling ( Primitive search ) : Primitive
search Primitive The search text.
return Primitive

GetVideo() public static method

Do a Bing search for Web videos.
public static GetVideo ( Primitive search ) : Primitive
search Primitive The search text.
return Primitive

GetWeb() public static method

Do a Bing search for Web sites.
public static GetWeb ( Primitive search ) : Primitive
search Primitive The search text.
return Primitive