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
- 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.