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 SourceGetVersion(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. |
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. |