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;