JAVA/CORBA CLASSES


UserGroupNameList property
Example

Read-only. The groups to which the current user belongs.

Note This property is new with Release 6.

Defined in

Session

Data type

java.util.Vector; elements are Name

Syntax

public java.util.Vector getUserGroupNameList()
   throws NotesException

Usage

The "groups" include the hierarchical parents of the user ID. For Mary Smith/Department One/Acme, for example, the groups include */Department One/Acme and */Acme.

The groups include those to which the user belongs in the Domino Directory or Personal Address Book where the program is running.

Language cross-reference

UserGroupNameList property in LotusScript NotesSession class

Example
See Also