Exposes the methods for working with Instance Setting objects.
Namespace: Relativity.Services.Interfaces.InstanceSetting
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IInstanceSettingManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateAsync |
Create a instance setting.
|
![]() | DeleteAsync |
Deletes a instance setting.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ReadAsync |
Reads a instance setting.
|
![]() | UpdateAsync(Int32, InstanceSettingRequest) |
Updates a instance setting.
|
![]() | UpdateAsync(Int32, InstanceSettingRequest, DateTime) |
Updates a instance setting. The request will only succeed if the supplied LastModifiedOn date matches the LastModifiedOn date for the instance setting within the system.
|
See Also