Click or drag to resize

HoarderServiceClientReadGlobalConfig Method

Returns the Hoarder application configuration.

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

Return Value

TaskHoarderConfigSection
A 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