We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f146533 commit 0c6f619Copy full SHA for 0c6f619
1 file changed
src/Storage.Interface/Models/SyncAdapterSettings.cs
@@ -67,6 +67,13 @@ public class SyncAdapterSettings
67
[DefaultValue(false)]
68
public bool DisableSyncStatus { get; set; }
69
70
+ /// <summary>
71
+ /// Gets or sets the flag controlling whether the sync adapter should set status to completed when confirmed.
72
+ /// </summary>
73
+ [JsonProperty(PropertyName = "disableMarkCompletedWhenConfirmed")]
74
+ [DefaultValue(false)]
75
+ public bool DisableMarkCompletedWhenConfirmed { get; set; }
76
+
77
/// <summary>
78
/// Gets or sets the flag controlling whether the sync adapter should disable synchronizing (overwrite) the title.
79
/// </summary>
0 commit comments