Class UpdateSmartFolderPropertiesResult
Represents the result of the UpdateSmartFolderProperties(UpdateSmartFolderPropertiesArguments, CancellationToken) command.
public sealed class UpdateSmartFolderPropertiesResult
- Inheritance
-
objectUpdateSmartFolderPropertiesResult
- Extension Methods
Properties
FormItems
The form items to be displayed if the update was not successful.
public ICollection<IFormItemClientProperties> FormItems { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
IsEditable
Indicates whether the smart folder properties are editable.
public bool IsEditable { get; set; }
Property Value
- bool
Status
Represents whether the folder properties were successfully updated.
public FolderCommandResultStatus Status { get; set; }