UserGroup Object
| Crystal Enterprise UserGroup PlugIn Library
|
See Also
The UserGroup object stores information about a group and manages its group associates (users, parent groups, and subgroups). It is the top level object in the UserGroup plugin.
Use this object to create new groups and add their group associates; use the UserGroupAliases collection's Add Method to add third-party group members to an existing group. When you add a new Enterprise group or map a third-party group to the system, an alias for this group is created automatically and added to the UserGroupAliases Collection.
Properties
Property
| Description
|
Aliases Property
| Returns a collection of the aliases that are associated with the user groups. Read-Only. |
ParentGroups Property
| Returns a collection of the parent groups that the group is a member of. Read-Only. |
SubGroups Property
| Returns a collection of the group's subgroups. Read-Only. |
Users Property
| Returns a collection of the users that are members of the group. Read-Only. |