A unified group of Instance Setting values. All values returned from this interface are
snapshots of the latest Instance Settings data. You should call this interface every
time you need to retrieve a value.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
The IInstanceSettingsBundle type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ForceRefresh |
Forces all Instance Setting values to be reloaded from the data store for the next read.
|
![]() | GetBool |
Reads an Instance Setting value as a boolean.
|
![]() | GetBoolAsync |
Asynchronously reads an Instance Setting value as a boolean.
|
![]() | GetInt |
Reads an Instance Setting value as an integer.
|
![]() | GetIntAsync |
Asynchronously reads an Instance Setting value as an integer.
|
![]() | GetLong |
Reads an Instance Setting value as a 64-bit integer.
|
![]() | GetLongAsync |
Asynchronously reads an Instance Setting value as a 64-bit integer.
|
![]() | GetRawValues |
Parses all Instance Setting values places them into a dictionary.
|
![]() | GetRawValuesAsync |
Asynchronously parses all Instance Setting values places them into a dictionary.
|
![]() | GetString |
Reads an Instance Setting value as a string.
|
![]() | GetStringAsync |
Asynchronously reads an Instance Setting value as a string.
|
![]() | GetUInt |
Reads an Instance Setting value as an unsigned integer.
|
![]() | GetUIntAsync |
Asynchronously reads an Instance Setting value as an unsigned integer.
|
![]() | GetULong |
Reads an Instance Setting value as an unsigned 64-bit integer.
|
![]() | GetULongAsync |
Asynchronously reads an Instance Setting value as an unsigned 64-bit integer.
|
See Also