Directory.Modify

Modifies the details of an existing personal address book.

Parameters

Compose.id (Required)

Specifies the identifier of an item, as created when an item integrates with or opens the directory.

Directory.description

Specifies the description of the directory.

Directory.id (Required)

Specifies the identifier of the directory.

Directory.name (Required)

Specifies the name of the directory.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Value

Description

Directory.description

The description of the directory.

Directory.id

The identifier of the directory.

Directory.name

The name of the directory.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type="hidden" name="User.context" value="xyz">
   <INPUT type="hidden" name="Compose.id" value="3">
   <INPUT type="hidden" name="action" value="Directory.Action">
   <INPUT type="hidden" name="Directory.Modify" value="">
   <INPUT type="input" name="Directory.id" value="PAB"><BR>
   <INPUT type="input" name="Directory.name" value="PAB"><BR>
   <TEXTAREA Rows=3 Cols=50 Name="Directory.description"> Personal
     Address Book </TEXTAREA>
</FORM>