UserGroupNameList (Session - Java)

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 current effective user name and the alternate user name, if available. For Mary Smith/Department One/Acme, for example, the groups include */Department One/Acme and */Acme.

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

Example