Comparison Criteria option both and Criteria neither
I am working with Synchronization using the C#/.NET assembly, and I noticed that there are additional criteria options in the documentation that do not exist as parameters for the .
I am referring to the options neither and both.
Are there ways to chose those two options (neither and both) in the .NET assembly?
SynchronizationCriteria criteria
I am referring to the options neither and both.
When both options are checked, Modification time has higher priority. As a consequence, file is not considered updated, despite having different size, if the source file is older than the destination file.
When neither option is checked, existing files are considered the same always. So only new files are synchronized.
Are there ways to chose those two options (neither and both) in the .NET assembly?