Initializes the HFMwWorkspace instance to the task list represented by an XML string.
Calling this method serves the same purpose as setting the xml property. |
<HFMwWorkspace>.ParseWorkspaceDocument 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. |