Directory.MoveEntries

Moves items from a source directory to a destination directory. Directory.HoldEntries is used to temporarily store the items.

Parameters

Compose.id (Required)

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

Directory.Destination.id (Required)

Specifies the identifier of the directory to which items are copied.

Directory.Source.id (Required)

Specifies the identifier of the directory from which items are copied.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Returns the same values as Directory.GetLastSearch.

Example

<A href="/servlet/webacc?User.context=xyz&action=Directory.MoveEntries
&Directory.Source.id=Frequent+Contacts&Directory.Destination.id=PAB
&Compose.id="5"> Copy Entry </A>