C++: boolean vtiSetCurrentView(long nViewID, boolean bTransferSelection, long nFlags);
VB: vtiSetCurrentView(ViewID as Long, TransferSelection as Boolean, Flags as Long) as Boolean
Description
Changes the view displayed by the FrontPage Explorer.
Return Value
True – success
False – failure
Parameters
ViewID is a small integer representing the desired view. The following table shows the possible values and their meanings.
| ID | VIEW |
| 0 | Hyperlinks View |
| 1 | Folder View |
| 2 | Navigation View |
| 3 | Themes View |
| 4 | All Files View |
| 5 | Tasks View |
| 6 | Hyperlink Status View |
TransferSelection is normally set True. If possible, it causes the selection in the current view to be made the current selection in the new view.
Flags should be set to 0 and is currently unused.