Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the catalog set represented by the specified catalogSetName.
Namespace: Microsoft.CommerceServer.CatalogSets
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub DeleteCatalogSet ( _
catalogSetName As String _
)
'Usage
Dim instance As CatalogSetsContext
Dim catalogSetName As String
instance.DeleteCatalogSet(catalogSetName)
public void DeleteCatalogSet(
string catalogSetName
)
public:
void DeleteCatalogSet(
String^ catalogSetName
)
public function DeleteCatalogSet(
catalogSetName : String
)
Parameters
- catalogSetName
Type: System..::.String
The name of the catalog set to delete.
Remarks
This method removes a CatalogSets object corresponding to a catalogSetName.
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.