Returns an XML representation of the Point of View identified by the specified tag. You can then set the Point of View represented by an HFMwMbrSel object by passing the return value to the HFMwMbrSel component’s XmlString property.
<HFMwSession>.GetPOVByTag (bstrTag, pvbIsTagTemporary)
Indicates whether the tag has been set to persist past the current session. Returns FALSE if the tag persists, TRUE if it does not persist. |
An XML string that represents the Point of View. If the tag is not found, an empty string is returned.
The following example sets an HFMwMbrSel object to the Point of View stored in a tag named “myTag.”