Interface IResourceServerService
Represents the resource server API service.
Namespace: Relativity.Testing.Framework.Api.Services
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public interface IResourceServerService
  Examples
IResourceServerService _resourceServerService = RelativityFacade.Resolve<IResourceServerService>();
  Methods
| Improve this Doc View SourceGetAll()
Gets all resource servers.
Declaration
ResourceServer[] GetAll()
  Returns
| Type | Description | 
|---|---|
| ResourceServer[] | The collection of ResourceServer entities.  | 
      
Examples
ResourceServer[] result = _resourceServerService.GetAll();