Description
Sets the value of the Hidden flag associated with this page, causing the page to be concealed or revealed.
Arguments
|
Name |
Type |
I/O |
Description |
|
URL |
String |
In |
The page of interest (blank for the current page). |
|
Hidden |
Boolean |
In |
Set to True to hide the page, False to reveal it. |
Return Value
None.
Remarks
This method can be applied to the current visible page or to any other page in cache.
Use GetHiddenFlag to determine the current state.