SwapDocPosition

Moves a document from one position to another within the list of the task list’s documents.

Syntax

<HFMwWorkspace>.SwapDocPosition (lStart, lEnd)

Argument

Description

lStart

The index of the document to be moved.

Input argument. Long subtype.

lEnd

The index of the position to which the document is being moved.

Input argument. Long subtype.

Return Value

Indicates whether the document was successfully moved. TRUE indicates success, FALSE indicates failure. Boolean subtype.