ITabManager Interface

Relativity Services API
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

public interface ITabManager : IDisposable

The ITabManager type exposes the following members.

Methods

  NameDescription
Public methodCreateAsync
Create a tab.
Public methodDeleteAsync
Deletes a tab.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAvailableObjectTypesAsync(Int32)
Gets a list of all available object types for a new tab.
Public methodGetAvailableObjectTypesAsync(Int32, Int32)
Gets a list of all available object types for an existing tab.
Public methodGetAvailableParentsAsync
Gets a list of all available parents for a new tab.
Public methodGetDependencyList
Gets a list of all dependencies for an existing tab.
Public methodGetMetaAsync
Gets workspace level metadata about the Tab object type.
Public methodGetViewOrderList
Gets a list of all tabs and their order for a given workspace.
Public methodReadAsync(Int32, Int32)
Reads a tab.
Public methodReadAsync(Int32, Int32, Boolean, Boolean)
Reads a tab.
Public methodUpdateAsync(Int32, TabRequest)
Updates a tab.
Public methodUpdateAsync(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.
Top
See Also

Reference