11.2.214.8
2 Sep 20
Toggle Dropdown
Version 12
12.1.171.20
26 Mar 21
12.0.78.6
23 Oct 20
Version 11
11.3.157.22
29 Oct 20
11.3.101.10
3 Sep 20
11.2.256.10
24 Sep 20
11.2.214.8
2 Sep 20
11.2.172.14
9 Jul 20
11.2.151.22
9 Jun 20
11.2.127.49
18 May 20
Compare to version...
with 11.2.172.14
Toggle Dropdown
Version 12
12.1.171.20
26 Mar 21
12.0.78.6
23 Oct 20
Version 11
11.3.157.22
29 Oct 20
11.3.101.10
3 Sep 20
11.2.256.10
24 Sep 20
11.2.214.8
2 Sep 20
11.2.172.14
9 Jul 20
11.2.151.22
9 Jun 20
11.2.127.49
18 May 20
Download Package
Open in NuGet
<
PackageReference
Include
=
"Relativity.ObjectManager"
Version
=
"11.2.214.8"
/>
API Differences between 11.2.214.8 and 11.2.172.14
23
Additions
0
Removals
Relativity.Services.Permission
public
class
GroupTabVisibility
public
int
GroupArtifactID
{
get
;
set
; }
public
DateTime
LastModified
{
get
;
set
; }
public
List
<
GenericPermission
>
TabVisibility
{
get
;
set
; }
public
int
WorkspaceArtifactID
{
get
;
set
; }
public
GroupTabVisibility
()
public
interface
IPermissionManager
:
IDisposable
Task
<
GroupTabVisibility
>
GetAdminGroupTabVisibilityAsync
(
int
groupArtifactID
)
Task
<
GroupTabVisibility
>
GetWorkspaceGroupTabVisibilityAsync
(
int
workspaceArtifactID
,
int
groupArtifactID
)
Task
SetAdminGroupTabVisibilityAsync
(
GroupTabVisibility
tabVisibility
)
Task
SetWorkspaceGroupTabVisibilityAsync
(
int
workspaceArtifactID
,
GroupTabVisibility
tabVisibility
)
Relativity.Services.UserSearchHistoryManager.Models
public
class
UserSearchHistoryRequest
public
long
Hits
{
get
;
set
; }
public
int
SearchProviderArtifactID
{
get
;
set
; }
public
string
SearchTerm
{
get
;
set
; }
public
UserSearchHistoryRequest
()
public
class
UserSearchHistoryResponse
public
long
Hits
{
get
;
set
; }
public
int
SearchProviderArtifactID
{
get
;
set
; }
public
string
SearchTerm
{
get
;
set
; }
public
DateTime
Timestamp
{
get
;
set
; }
public
int
UserArtifactID
{
get
;
set
; }
public
int
UserSearchHistoryID
{
get
;
set
; }
public
UserSearchHistoryResponse
()