Directory.List

Lists the GroupWise Directories (address books).

Parameters

Directory.queryCount

Specifies the maximum number of directories to retrieve.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

Value

Description

Directory.count

Number of directories that were retrieved.

Directory[n].id

Identifier of the nth directory.

Directory[n].name

Name of the nth directory.

Directory.isEmpty

nth directory is empty.

Directory.isReadOnly

nth directory has read only access.

Directory[n].type

Type of the nth item:

  • 1 = GroupWise Address Book
  • 7 = Frequent Contacts
  • 10 = Personal Address Book

Example

<A href="/servletwebacc?User.context=xyz&action=Directory.List
&Directory.queryCount=25"> List </A>