Class DeletionOptions
DeletionOptions class
Defines parameters for item deletion
public class DeletionOptions
Constructors
| Name | Description |
|---|
| DeletionOptions() | Initializes a new instance of the DeletionOptions class. |
| DeletionOptions(DeletionType) | Initializes a new instance of the DeletionOptions class. |
Properties
| Name | Description |
|---|
| static Default { get; } | Gets instance of the DeletionOptions object with settings uses by default |
| static DeletePermanently { get; } | Gets instance of the DeletionOptions object with settings for permanent deletion |
| static MoveToDeletedItems { get; } | Gets instance of the DeletionOptions object with settings for moving to deleted items |
| Type { get; set; } | Type of deletion |
See Also