Click or drag to resize

RuntimeOptionsRuntimeAssets Property

Note: This API is now obsolete.

Runtime co-deployed assets

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute("This property has been deprecated. Use ApplicationAssets property instead.")]
public List<RuntimeAsset> RuntimeAssets { get; }

Property Value

Type: ListRuntimeAsset
See Also