GetWorkspaceDocument

Returns an XML string that represents the task list. You can pass the return value to methods that require the task list’s XML string. For example, you can pass this to HFMwDocuments.SaveDocumentEx.

Syntax

<HFMwWorkspace>.GetWorkspaceDocument()

Return Value

Returns an XML string that represents the task list.

Note:

You do not need to directly manipulate the XML string to change the task list’s properties, because these properties are exposed. For information on the task list properties, see HFMwWorkspace Properties.