Class MoveFolderResult
The result of the MoveFolder(MoveFolderArguments, int, CancellationToken) command.
public sealed record MoveFolderResult
- Inheritance
-
objectMoveFolderResult
- Extension Methods
Properties
FormItems
Client properties of the form items to render on client.
public ICollection<IFormItemClientProperties> FormItems { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
ParentFolderId
The identifier of the parent folder that the folder was moved to.
public int ParentFolderId { get; set; }
Property Value
- int
Status
Represents whether folder was successfully moved.
public FolderCommandResultStatus Status { get; set; }