TransferPathRecord public class TransferPathRecord Documentation public string SourcePath { get; set; } public long? SourcePathId { get; set; } public string Tag { get; set; } public string TargetFileName { get; set; } public string TargetPath { get; set; } public long TotalBytes { get; set; } public TransferPathRecord()