Click or drag to resize

PreloadScriptOptional Property

Gets or sets a value indicating if the preload script is optional

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public bool Optional { get; set; }

Property Value

Type: Boolean
Remarks
Setting this property to allows the OpenFin Window to load even if the specified preload script fails to load from the specified URL.
See Also