RemoveProductCatalog Method
Removes the product catalog from the inventory catalog.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub RemoveProductCatalog ( _
productCatalogName As String _
)
'Usage
Dim instance As InventoryCatalog
Dim productCatalogName As String
instance.RemoveProductCatalog(productCatalogName)
public void RemoveProductCatalog(
string productCatalogName
)
public:
void RemoveProductCatalog(
String^ productCatalogName
)
public function RemoveProductCatalog(
productCatalogName : String
)
Parameters
- productCatalogName
Type: System..::.String
The name of the product catalog to remove.
Remarks
Removes the specified productCatalogName from the InventoryCatalog. The InventorySku will be removed from the inventory system only after the Save method is called
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.