 | HoarderServiceClientReadGlobalConfig Method |
Returns the Hoarder application configuration.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntaxpublic Task<HoarderConfigSection> ReadGlobalConfig()
Return Value
TaskHoarderConfigSectionA
HoarderConfigSection containing Hoarder application configuration values.
Remarks
Information in the response will be redacted if the request does not assert the IsAdmin role.
See Also