This commit is contained in:
2018-07-14 15:10:47 +02:00
parent 0dff3dc3de
commit 960fd56d6c
+1 -1
View File
@@ -420,7 +420,7 @@ namespace PocketSharp
/// <param name="cancellationToken">The cancellation token.</param> /// <param name="cancellationToken">The cancellation token.</param>
/// <returns></returns> /// <returns></returns>
/// <exception cref="PocketException"></exception> /// <exception cref="PocketException"></exception>
Task<bool> DeleteTag(string tag, CancellationToken cancellationToken = default(CancellationToken)) Task<bool> DeleteTag(string tag, CancellationToken cancellationToken = default(CancellationToken));
/// <summary> /// <summary>
/// Replaces all existing tags with the given tags in an item. /// Replaces all existing tags with the given tags in an item.