<PackageReference Include="Relativity.API" Version="17.0.4" />

IWorkspaceGateway

Accessor for creating IContextualInformation Foundation Objects

Constructs an impersonation token for the logged in user

void ExtendImpersonationToken(string token, TimeSpan length)

Will add up to 1 week of time to an authentication token that has not been used. Length must be between 1 hour and 1 week.

T GetMassOperationBuilder<T>(int workspaceID) where T : IMassOperationBuilder

Constructs a IMassOperationBuilder of the requested type for a given workspace on behalf of the user context

T GetMassOperationBuilder<T>(int workspaceID, IContextOptions options) where T : IMassOperationBuilder

Constructs a IMassOperationBuilder of the requested type for a given workspace on behalf of the user context

Constructs IWorkspaceContext for a given workspace on behalf of the user context

Constructs IWorkspaceContext for a given workspace on behalf of the user context + ///