Relativity.Transfer.Http.HttpTransferPathData
namespace Relativity.Transfer.Http
{
public sealed class HttpTransferPathData
{
public const string HttpTransferPathDataKey = "HttpTransferPathData";
public int ArtifactId { get; set; }
public string RemoteGuid { get; set; }
public int FileFieldArtifactId { get; set; }
public int FileId { get; set; }
public int LongTextFieldArtifactId { get; set; }
public ExportType ExportType { get; set; }
public HttpTransferPathData();
public static HttpTransferPathData GetData(TransferPath transferPath);
}
}