Stores a specified Point of View with a tag that identifies it. To persist the tag beyond the current session, you must pass FALSE to the vbIsTagTemporary argument, then call ApplyUserSettings before the current session closes.
Syntax
<HFMwSession>.SetPOVByTag bstrPOVTag, vbIsTagTemporary, bstrPOV
Argument | Description |
---|
bstrPOVTag | A unique tag that identifies the Point of View. Input argument. String subtype. |
vbIsTagTemporary | Specifies whether the tag will persist past the current session. Pass FALSE to persist, TRUE if it will not persist. Caution! If you pass FALSE, you must also call ApplyUserSettings to save the tag to the database. Input argument. |
bstrPOV | An XML representation of the Point of View to be saved. To obtain an XML representation of a Point of View, use HFMwMbrSel.xmlString. Note: SetPOVByTag does not validate the XML. Input argument. String subtype. |
Example
SetPOVByTag is used in the example for HFMwMbrSel.XmlString.