<PackageReference Include="Relativity.Server.Utility.SDK" Version="14.2.7" />

Dictionary

public class Dictionary : DictionaryBase
Represents a key/value store of SQL-backed configuration values.
public Dictionary(string sectionName, Collection valuesCollection)

Initializes a new instance of Dictionary with the given section name and collection of values.

public void ForceRefresh()

Resets the last refresh time of this Dictionary, ensuring an update will occur before the next value access.