DeleteSku Method (String, String)
Deletes an inventory SKU.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub DeleteSku ( _
productCatalogName As String, _
productId As String _
)
'Usage
Dim instance As InventoryCatalog
Dim productCatalogName As String
Dim productId As String
instance.DeleteSku(productCatalogName, _
productId)
public void DeleteSku(
string productCatalogName,
string productId
)
public:
void DeleteSku(
String^ productCatalogName,
String^ productId
)
public function DeleteSku(
productCatalogName : String,
productId : String
)
Parameters
- productCatalogName
Type: System..::.String
The product catalog name.
- productId
Type: System..::.String
The product unique identifier.
Remarks
Delete the product specified by productCatalogName and productId.
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.