Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Perform a search using the information in the current instance.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Function Search As CatalogItemsDataSet
'Usage
Dim instance As SpecificationSearch
Dim returnValue As CatalogItemsDataSet
returnValue = instance.Search()
public CatalogItemsDataSet Search()
public:
CatalogItemsDataSet^ Search()
public function Search() : CatalogItemsDataSet
Return Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogItemsDataSet
A CatalogItemsDataSet containing the search results.
Remarks
Execute the search as it is described. Perform the search based on the SearchOptions and the properties set on the SpecificationSearch class and returns a CatalogItemsDataSet containing the search results.
Supports inventory integration.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.