PropertyClass - deleteClass
PropertyClass - deleteClass
Description :
This command attempts to delete a class. If the command cannot delete the class, and you pass a true value to the force argument, the class is deprecated.
Return type : void
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
fullyQualifiedClassName | String | Class to be deleted. |
force | Boolean | True if you want to deprecate the class if the class is in use. |
Example
The following example attempts to delete a user-defined class called Application
Script
PropertyClass deleteClass Class://SystemObject/Application true
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*