AddDocument

Adds a document to the task list represented by the HFMwWorkspace instance.

Syntax

<HFMwWorkspace>.AddDocument bstrDocName, bstrDocPath, lDocType, lDocFileType

Argument

Description

bstrDocName

The name of the document.

Input argument. String subtype.

bstrDocPath

The path of the document.

Input argument. String subtype.

lDocType

The document type of the document. Valid values are represented by the HFMwConstants type library constants listed in Document Type Constants,

Input argument. Long subtype.

lDocFileType

The file type of the document. Valid values are represented by the HFMwConstants type library constants listed in Document File Type Constants,

Input argument. Long subtype.