1.2.1
21 Aug 24
Toggle Dropdown
Version 1
1.7.9
3 Jun 26
1.7.7
20 May 26
1.2.1
21 Aug 24
1.0.22
4 Aug 23
1.0.8
17 Jan 23
1.0.7
16 Jan 23
Compare to version...
with 1.0.22
Toggle Dropdown
Version 1
1.7.9
3 Jun 26
1.7.7
20 May 26
1.2.1
21 Aug 24
1.0.22
4 Aug 23
1.0.8
17 Jan 23
1.0.7
16 Jan 23
Download Package
Open in NuGet
<
PackageReference
Include
=
"Relativity.Import.SDK"
Version
=
"1.2.1"
/>
API Differences between 1.2.1 and 1.0.22
3
Additions
0
Removals
Relativity.Import.V1.Services
public
interface
IImportJobController
:
IDisposable
Task
<
ValueResponse
<
string
>>
GetDefaultLocationForJobAsync
(
int
workspaceID
,
Guid
importJobID
)
Task
<
ValueResponse
<
string
>>
GetDefaultLocationForWorkspaceAsync
(
int
workspaceID
)
public
interface
IImportSourceController
:
IDisposable
Task
<
Response
>
DeleteParentFolderAsync
(
int
workspaceID
,
Guid
importJobID
,
Guid
sourceID
)