SaveSecurityClassRights

Specifies one or more user’s access and e-mail alerting rights to the specified security classes.

Syntax

<HFMwSecurity>.SaveSecurityClassRights bstrRightsXml

Argument

Description

bstrRightsXml

An XML string that specifies the users’ access and e-mail alerting rights to the security classes. Following is the structure of the string. There is one <User> element per user; each <User> element contains one <Class> element per security class. Access rights IDs are represented by the HFMConstants enumeration described in Access Rights Constants:

<UserRights><User name="username" id="security identifier" ><Class name="security class name" id="security class ID" alert="Boolean" rights="access rights ID" /></User></UserRights>

Input argument. String subtype.