  | HoarderServiceClientGetGlobalConfig Method | 
            Returns the Hoarder application suite configuration values.
            
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.22
Syntaxpublic 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