GetBlankWorkspaceDocument

Sets the HFMwWorkspace instance to a blank task list with a given name, path, security class, and description, and returns an XML string that represents the task list. For further processing, you can pass this string to ParseWorkspaceDocument.

Syntax

<HFMwWorkspace>.GetBlankWorkspaceDocument (bstrPath, bstrName, bstrSecClass, bstrDesc)

Argument

Description

bstrPath

The path in which to create the task list.

Input argument. String subtype.

bstrName

The name of the task list.

Input argument. String subtype.

bstrSecClass

The label of the task list’s security class.

Input argument. String subtype.

bstrDesc

The task list’s description.

Input argument. String subtype.

Return Value

Returns an XML string that represents the task list. String subtype.