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
- productCatalogName
Type: System..::.String
The product catalog name.
Remarks
Adds the specified productCatalogName to the InventoryCatalog. One InventoryCatalog may contain multiple product catalogs.
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.