Click or drag to resize

HoarderServiceClientGetGlobalConfig Method

Returns the Hoarder application suite configuration values.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public Task<HoarderConfigSection> GetGlobalConfig()

Return Value

TaskHoarderConfigSection
A HoarderConfiguration containing Hoarder suite configuration. Certain private information in the response will be redacted unless the client caller has provided a suitable API Key to allow higher level authorisation.
See Also