Class CloneSmartFolderResult
The result of the CloneSmartFolder(CloneSmartFolderArguments, int, CancellationToken) command.
public sealed class CloneSmartFolderResult
- Inheritance
-
objectCloneSmartFolderResult
- Extension Methods
Properties
IsCloned
Indicates whether the smart folder was successfully cloned.
public bool IsCloned { get; init; }
Property Value
- bool