SftpBatchTransferProblemDetectedEventArgs.LocalFileModified Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
LocalFileModified
Gets the last modification time of the local file that is currently processed. If the problem isn't related to a file or if this information is not available, DateTime.MinValuue is returned.
Declaration
public DateTime LocalFileModified { get; }
Property Value
Type | Description |
---|---|
DateTime | Modification date. |