ParseWorkspaceDocument

Initializes the HFMwWorkspace instance to the task list represented by an XML string.

Note:

Calling this method serves the same purpose as setting the xml property.

Syntax

<HFMwWorkspace>.ParseWorkspaceDocument bstrXml

Argument

Description

bstrXml

The XML string that represents the task list.

Get this string from methods that return XML representations of task lists. For example, call GetBlankWorkspaceDocument to get a string that represents a blank task list, or HFMwManageDocuments.GetDocument to get a string that represents an existing task list.

Input argument. String subtype.