diff --git a/PocketSharp/Components/Modify.cs b/PocketSharp/Components/Modify.cs index b646900..b07185f 100644 --- a/PocketSharp/Components/Modify.cs +++ b/PocketSharp/Components/Modify.cs @@ -21,6 +21,17 @@ namespace PocketSharp /// /// The item ID. /// + public bool Readd(int itemID) + { + return Unarchive(itemID); + } + + + /// + /// Un-archives the specified item ID (alias for Readd). + /// + /// The item ID. + /// public bool Unarchive(int itemID) { return PutAction(itemID, "readd");