AmazonECS.Net, A .Net Library for the Amazon E-Commerce Service

SearchRequest.Search Method 

Sends a search request to Amazon ECS4 with the non-null search parameters. The result is returned as a Matizha.AmazonECSNet.WebServices.Items.

public Items Search(
   Boolean useCache
);

Parameters

Boolean
Specify if System.Web.HttpContext.Current.Cache should be used

Return Value

A Matizha.AmazonECSNet.WebServices.Items containing the search results.

Remarks

If useCache is true, the result to the request is cached for 24 hours or loaded from cache if the response is already in cache.

See Also

SearchRequest Class | Matizha.AmazonECSNet.CA Namespace