GetInventoryCatalogs Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns an InventoryCatalogCollection object containing the list of inventory catalogs in the inventory system.
Overload List
Name | Description | |
---|---|---|
GetInventoryCatalogs()()() | Returns an InventoryCatalogCollection object containing the list of all the inventory catalogs in the inventory system. | |
GetInventoryCatalogs(String) | Returns an InventoryCatalogCollection object containing the list of all the inventory catalogs in the inventory system that match the specified search clause. | |
GetInventoryCatalogs(String, SearchOptions) | Returns an InventoryCatalogCollection object containing the list of the inventory catalogs in the inventory system that match the specified search clause. | |
GetInventoryCatalogs(String, SearchOptions, Int32%) | Returns an InventoryCatalogCollection object containing the list of the inventory catalogs in the inventory system that match the specified search clause. The total number of records matching the query are available. |
Top