removeCascading
Removes the specified schema and all schemas that are related to it by import and include. The initial schema is specified by its location in the CentraSite repository, which may be relative or absolute.
Syntax
public boolean removeCascading(String schemaLocation)
Parameters
String schemaLocation
The repository location, which may be relative or absolute.
Return Codes
Value | Meaning |
true | The specified schema and all related schemas were found and removed. |