Class UpdateFolderPropertiesResult
Represents the result of the UpdateFolderProperties(UpdateFolderPropertiesArguments, int, CancellationToken) command.
public sealed class UpdateFolderPropertiesResult
- Inheritance
-
objectUpdateFolderPropertiesResult
- Extension Methods
Properties
FormItems
Client properties of the form items to render on client.
public ICollection<IFormItemClientProperties> FormItems { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
Status
Represents whether the folder properties were successfully updated.
public FolderCommandResultStatus Status { get; set; }