Show / Hide Table of Contents

Interface IRelativityApplicationVersionResolveService

Represents the service that resolves the version of a Relativity Application.

Namespace: Relativity.Testing.Framework.Versioning
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IRelativityApplicationVersionResolveService

Methods

| Improve this Doc View Source

GetVersion(ApplicationVersionRangeAttribute)

Gets the RAP version.

Declaration
string GetVersion(ApplicationVersionRangeAttribute appVersionInfo)
Parameters
Type Name Description
ApplicationVersionRangeAttribute appVersionInfo

Object containing identifying info for the Relativity Application and version range.

Returns
Type Description
System.String

Current version of the RAP installed on Relativity.

| Improve this Doc View Source

GetVersion(Guid)

Gets the RAP version.

Declaration
string GetVersion(Guid rapGuid)
Parameters
Type Name Description
System.Guid rapGuid

The RAP Guid.

Returns
Type Description
System.String

Current version of the RAP installed on Relativity.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX