Reads a instance setting.
Namespace: Relativity.Services.Interfaces.InstanceSetting
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- workspaceID
- Type: System.Int32
The ArtifactID of the workspace where instance setting exists. Use -1 to indicate the admin workspace. - instanceSettingID
- Type: System.Int32
ArtifactID of the instance setting to read.
Return Value
Type: Task<InstanceSettingResponse>An object containing data about the requested instance setting.
See Also