Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes the Google SiteSearch query.
|
|
GoogleSiteSearch ( string query ) : System |
Initializes a new instance of the GoogleSiteSearch class.
|
|
GoogleSiteSearch ( string query, string site ) : System |
Initializes a new instance of the GoogleSiteSearch class.
|
|
Search ( string start, string pageSize ) : List |
Performs the search, and returns the results in the range from the start and to the page size index.
|
Method | Description | |
---|---|---|
DoSearch ( string url ) : string |
Does the search.
|
|
FormatQueryString ( string cx, string query, string start, string pageSize, string site ) : string |
Formats the query string.
|
|
ParseResult ( string data ) : |
Parses the result.
|
protected DoSearch ( string url ) : string | ||
url | string | The URL. |
return | string |
protected FormatQueryString ( string cx, string query, string start, string pageSize, string site ) : string | ||
cx | string | The cx. |
query | string | The query. |
start | string | The start. |
pageSize | string | Size of the page. |
site | string | |
return | string |
public GoogleSiteSearch ( string query ) : System | ||
query | string | Query to search for in the google site search index. |
return | System |
public GoogleSiteSearch ( string query, string site ) : System | ||
query | string | Query to search for in the google site search index. |
site | string | |
return | System |
protected ParseResult ( string data ) : |
||
data | string | The data. |
return |
public Search ( string start, string pageSize ) : List |
||
start | string | Index of where in the total result to return results. |
pageSize | string | Number of results to return. |
return | List |