Dijeli putem


AddProductCatalog Method

Adds the product catalog to the inventory catalog object.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub AddProductCatalog ( _
    productCatalogName As String _
)
'Usage
Dim instance As InventoryCatalog
Dim productCatalogName As String

instance.AddProductCatalog(productCatalogName)
public void AddProductCatalog(
    string productCatalogName
)
public:
void AddProductCatalog(
    String^ productCatalogName
)
public function AddProductCatalog(
    productCatalogName : String
)

Parameters

Remarks

Adds the specified productCatalogName to the InventoryCatalog. One InventoryCatalog may contain multiple product catalogs.

Permissions

See Also

Reference

InventoryCatalog Class

InventoryCatalog Members

Microsoft.CommerceServer.Inventory Namespace