Enum ItemPruningType
Represents the type of pruning that will occur during a pruning process.
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum ItemPruningType
Fields
| Name | Description |
|---|---|
| TypesToRemove | Items of the specified types will be removed during the pruning process. |
| WhiteList | Only items in the white list will remain after pruning. |