Share via


GetProducts Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Use this method to get all properties for all of the products in this category object.

Overload List

  Name Description
ms988271.pubmethod(en-US,CS.70).gif GetProducts()()() Obsolete. Use this method to get all properties for all of the products in this category object.
ms988271.pubmethod(en-US,CS.70).gif GetProducts(CatalogSearchOptions) Obsolete. (Obsolete) Retrieve a DataSet containing the child products of this category using the searchOptions parameter to determine how the results are returned.
ms988271.pubmethod(en-US,CS.70).gif GetProducts(CatalogSearchOptions, Boolean) Obsolete. (Obsolete) Retrieve a DataSet containing the child products of this category using the searchOptions parameter to determine how the results are returned. A recursive search is available.
ms988271.pubmethod(en-US,CS.70).gif GetProducts(CatalogSearchOptions, Boolean, Int32%) Obsolete. (Obsolete) Retrieve a DataSet containing the child products of this category using the searchOptions parameter to determine how the results are returned. A recursive search is available. A recursive search and the total number of returned records are available.

Top

Remarks

Calling the GetProducts method is more efficient than calling any of the GetProducts methods with parameters.

See Also

Reference

Category Class

Category Members

Microsoft.CommerceServer.Catalog Namespace