Exposes the methods for working with Tab objects.
Namespace: Relativity.Services.Interfaces.Tab
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ITabManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateAsync |
Create a tab.
|
![]() | DeleteAsync |
Deletes a tab.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetAvailableObjectTypesAsync(Int32) |
Gets a list of all available object types for a new tab.
|
![]() | GetAvailableObjectTypesAsync(Int32, Int32) |
Gets a list of all available object types for an existing tab.
|
![]() | GetAvailableParentsAsync |
Gets a list of all available parents for a new tab.
|
![]() | GetDependencyList |
Gets a list of all dependencies for an existing tab.
|
![]() | GetMetaAsync |
Gets workspace level metadata about the Tab object type.
|
![]() | GetViewOrderList |
Gets a list of all tabs and their order for a given workspace.
|
![]() | ReadAsync(Int32, Int32) |
Reads a tab.
|
![]() | ReadAsync(Int32, Int32, Boolean, Boolean) |
Reads a tab.
|
![]() | UpdateAsync(Int32, TabRequest) |
Updates a tab.
|
![]() | UpdateAsync(Int32, TabRequest, DateTime) |
Updates a tab. The request will only succeed if the supplied LastModifiedOn date matches the LastModifiedOn date for the tab within the system.
|
See Also