ClientConfigShowManageServer Method (String) |
|
DataPA OpenAnalytics API Reference
Shoes the manage server screen
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool ShowManageServer(
string Page
)
Public Function ShowManageServer (
Page As String
) As Boolean
public:
virtual bool ShowManageServer(
String^ Page
) sealed
function ShowManageServer(Page);
Parameters
- Page
- Type: SystemString
The name of the page you want to be visible on open
Return Value
Type:
BooleanTrue if the manage server screen is shown
Remarks See Also