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