Deletes the specified security classes.
Syntax
<HFMwSecurity>.DeleteSecurityClasses bstrClassesXml
Argument
Description
bstrClassesXml
An XML string that lists the classes to delete. Following is the structure of the string, which must contain one <Class> element per security class:
<Classes><Class><Name>security class name</Name></Class></Classes>
Input argument. String subtype.