 | HoarderServiceClient.ReadGlobalConfig Method |
Returns the Hoarder application configuration.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<HoarderConfiguration> ReadGlobalConfig()
Return Value
Task<HoarderConfiguration>A
HoarderConfiguration containing Hoarder application configuration values.
RemarksInformation in the response will be redacted if the request does not assert the IsAdmin role.
See Also