Click or drag to resize

ApplicationOptions Constructor

Constructs an instance configuring a new underlying JObject with the passed values.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public ApplicationOptions(
	string name,
	string uuid,
	string url
)

Parameters

name
Type: SystemString
The name of the application.
uuid
Type: SystemString
The UUID of the application
url
Type: SystemString
The url for the application to load.
See Also