AddSecurityClasses

Adds the specified security classes.

Syntax

<HFMwSecurity>.AddSecurityClasses (bstrClassesXml)

Argument

Description

bstrClassesXml

An XML string that lists the classes to add. 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.

Return Value

Returns an XML string containing the IDs assigned to the security classes. Following is the structure of the string. There is one <Class> element per security class:

<Classes><Class><Name>security class name</Name><Id>security class ID</Id></Class></Classes>