Properties

Interface

IProfile Interface

Topics

Name

Description

ID

Internal profile ID. This value is auto generated by the library when the profile is created.

Name

Profile name. It's the caption shown under the application's icon in VirtualUI index page.

VirtualPath

The Virtual Path unique to this profile.

IsDefault

This option is used to make this profile the default application.

Enabled

Enables or disables the profile. Disabled profiles are not accessible by users.

ProfileKind

Gets or sets the profile type: Application or Web Link. Uses the PROFILE_APP and PROFILE_WEBLINK constants.

FileName

Complete path of the application executable file. Only used when the ProfileKind is Application.

Arguments

Parameters to be passed to application.

StartDir

Application startup directory. In most cases, the same directory of the application executable file.

UserName

A valid Windows User account to run the application.

Password

Password of the Windows User account.

ScreenResolution

Screen resolution in the browser. Uses the constants SCREENRES_...

WebLink

Complete Web Link URL (used only when ProfileKind is Web Link).

HomePage

Use it to set a customized home page for the application.

IdleTimeout

Set a timeout in minutes if you want VirtualUI Server to wait before terminating the application once the browser has been closed. Timeout 0 will terminate the application immediately after the browser has been closed.

IconData

Contains the icon of the profile, consisting in a PNG image in base64 format.