Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DROP IMAGE COLLECTION

Synopsis

DROP IMAGE COLLECTION module.name;

Description

Removes an image collection and all its embedded images from the module.

Parameters

module.name
The qualified name of the collection to drop (e.g., MyModule.AppIcons).

Examples

DROP IMAGE COLLECTION MyModule.StatusIcons;

Check references before dropping

SHOW REFERENCES TO MyModule.AppIcons;
DROP IMAGE COLLECTION MyModule.AppIcons;

See Also

CREATE IMAGE COLLECTION, SHOW / DESCRIBE IMAGE COLLECTION