Share via


DeleteCatalogSet Method (Guid)

Deletes the catalog set represented by the specified catalogSetId.

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

Syntax

'Declaration
Public Sub DeleteCatalogSet ( _
    catalogSetId As Guid _
)
'Usage
Dim instance As CatalogSetsContext
Dim catalogSetId As Guid

instance.DeleteCatalogSet(catalogSetId)
public void DeleteCatalogSet(
    Guid catalogSetId
)
public:
void DeleteCatalogSet(
    Guid catalogSetId
)
public function DeleteCatalogSet(
    catalogSetId : Guid
)

Parameters

  • catalogSetId
    Type: System..::.Guid
    The catalog set unique identifier. A Guid.

Remarks

This method removes a CatalogSets object corresponding to a catalogSetId.

Permissions

See Also

Reference

CatalogSetsContext Class

CatalogSetsContext Members

DeleteCatalogSet Overload

Microsoft.CommerceServer.CatalogSets Namespace