Re: Comparison Criteria option both and Criteria neither
I'm not sure what are you missing. I believe that all those options are supported by the API.
Quoting the documentation of the
Quoting the documentation of the
criteria
parameter:
SynchronizationCriteria criteria
Comparison criteria. Possible values areSynchronizationCriteria.None
,SynchronizationCriteria.Time
(default),SynchronizationCriteria.Size
andSynchronizationCriteria.Either
. ForSynchronizationMode.Both
SynchronizationCriteria.Time
can be used only.
SynchronizationCriteria.None
= "neither"