Method RemoveCollectionDefinition
RemoveCollectionDefinition(InventoryDefinition)
Removes the given collection definition from this catalog.
Declaration
public override bool RemoveCollectionDefinition(InventoryDefinition collectionDefinition)
Parameters
Type | Name | Description |
---|---|---|
InventoryDefinition | collectionDefinition | The collection definition to remove. |
Returns
Type | Description |
---|---|
bool | Whether or not it was successfully removed. |