CollectionDelete()

Deletes the collection. All files will be removed and the collection will no longer be available for use

Usage

BOOLEAN = CollectionDelete( collection )
Argument Summary
collection the name of the collection

Calling

Supports named-parameter calling allowing you to use the function like:

CollectionDelete(
   collection=?
);

Supports passing parameters as a structure using ArgumentCollection:

CollectionDelete( ArgumentCollection={
   collection : ?
} );

Extra

For more information on searching please visit Searching within OpenBD CFML