<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

SettingsFactoryBase

public abstract class SettingsFactoryBase

The exception thrown when a login or credential failure occurs when attempting to access settings.

public enum OverwriteType

protected ICaseManager CaseManager { get; }

protected CookieContainer CookieContainer { get; }

protected NetworkCredential Credential { get; }

protected IFieldManager FieldManager { get; }

protected IFieldQuery FieldQuery { get; }

protected IFolderManager FolderManager { get; }

protected SettingsFactoryBase(string login, string password, Func<string> correlationIdFunc)

protected SettingsFactoryBase(NetworkCredential credential, Func<string> correlationIdFunc)

protected SettingsFactoryBase(NetworkCredential credential, CookieContainer cookieContainer, Func<string> correlationIdFunc)

public abstract void Save(string location)

protected void SaveObject(string location, object settings)