Click or drag to resize

HoarderServiceClient.ReadGlobalConfig Method

Returns the Hoarder application configuration.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<HoarderConfiguration> ReadGlobalConfig()

Return Value

Task<HoarderConfiguration>
A HoarderConfiguration containing Hoarder application configuration values.
Remarks

Information in the response will be redacted if the request does not assert the IsAdmin role.

See Also