EnumDocuments

Enumerates the names of the documents in the task list, as well as the documents’ file types and document types.

This information is returned in arrays that have a one-to-one correspondence with each other.

Syntax

<HFMwWorkspace>.EnumDocuments (pvarastrPaths, pvarbstrTypes, pvarbstrFileTypes)

Argument

Description

pvarastrPaths

Returns an array of the documents’ paths.

Input/output argument.

pvarbstrTypes

Returns an array of the documents’ document types. Valid values are represented by the HFMwConstants type library constants listed in Document Type Constants.

Input/output argument.

pvarbstrFileTypes

Returns an array of the documents’ file types. Valid values are represented by the HFMwConstants type library constants listed in Document File Type Constants.

Input/output argument.

Return Value

Returns an array of the documents’ names.