<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="5000.1.0" />

ApiComponent

Represents the API component of Relativity Testing Framework. ApiComponent should be registered in [RelativityFacade](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.RelativityFacade.html) thru [IRelativityFacade.RelyOn<T>()](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.IRelativityFacade.html#Relativity_Testing_Framework_IRelativityFacade_RelyOn__1) method after [CoreComponent](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.CoreComponent.html).
public const string PerformRelativityVersionCheckConfigurationKey = "PerformRelativityVersionCheck"

The configuration key of boolean property to check the Relativity version.

public const string SupportedRelativityVersionRange = "11.3 - 13.2"

The supported Relativity version range.

Gets the kepler service factory. Use this method at your own risk. The returned service factory is not supported, and may not work.

public ApiComponent()