Relativity.Transfer.RelativityFileShareBase
namespace Relativity.Transfer
{
public abstract class RelativityFileShareBase : FileStorageBase
{
public int { get; set; }
public string { get; set; }
public AsperaCredential { get; set; }
public ResourceServerType { get; set; }
protected static IFileSystemService { get; }
protected RelativityFileShareBase();
public bool (string path);
protected void ();
}
}