Server.HideSection Method

Hides a configuration section in the VirtualUI Server Manager GUI.

C#

public void HideSection(ServerSection section);

Parameters

Parameters

Description

ServerSection section

The Server configuration section to hide to user. Use one of the following constants:

SRVSEC_GENERAL: Hides the General tab, that contains the Binding configuration.
SRVSEC_RDS: Hides the tab with the Remote Desktop Services account configuration.
SRVSEC_APPLICATIONS: Hides the list of applications.
SRVSEC_LICENSES: Hides the tab with License information.

 

Group

Server Methods