Class RenameFolderResult
The result of the RenameFolder(RenameFolderArguments, int, CancellationToken) command.
public sealed class RenameFolderResult
- Inheritance
-
objectRenameFolderResult
- Extension Methods
Properties
FormItems
Client properties of the form items to render on client.
public ICollection<IFormItemClientProperties> FormItems { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
NewFolderDisplayName
A new display name of the renamed folder.
public string NewFolderDisplayName { get; set; }
Property Value
- string
RenamedFolderId
Id of the renamed folder.
public int RenamedFolderId { get; set; }
Property Value
- int
Status
Represents whether folder was successfully renamed.
public FolderCommandResultStatus Status { get; set; }