DesktopSystemgetConfig Method |
Retrieves the App Desktop's configuration.
Requires administrator privileges.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public void getConfig(
string section,
AckCallback callback,
AckCallback errorCallback = null
)
Parameters
- section
- Type: SystemString
Which section to return from the configuration. - callback
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method succeeds.
- errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails.
The reason for failure is passed as an argument.
See Also