public sealed class UndeleteFolderMetadata : IMessage<UndeleteFolderMetadata>, IEquatable<UndeleteFolderMetadata>, IDeepCloneable<UndeleteFolderMetadata>, IBufferMessage, IMessage
A status object which is used as the metadata field for the Operation
returned by UndeleteFolder.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `UndeleteFolderMetadata` class, which is used as the metadata field for operations related to undeleting a folder."],["The `UndeleteFolderMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The class inherits from `Object` and offers inherited methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, adding to its functionality."],["The latest version available is 2.5.0, but this page is specifically about version 1.2.0, and there are several previous versions mentioned like 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, 1.0.0."],["The `UndeleteFolderMetadata` class includes two constructors, one parameterless and another that accepts an `UndeleteFolderMetadata` object for creating a copy."]]],[]]