Create 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 the instance setting should be created. Use -1 to indicate the admin workspace. - instanceSetting
- Type: Relativity.Services.Interfaces.InstanceSetting.Model.InstanceSettingRequest
The data about the instance settting being created.
Return Value
Type: Task<Int32>ArtifactID of the created IntanceSettign.
See Also