Show / Hide Table of Contents

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.

Extension Methods

Extensions.Yield<ItemPruningType>(ItemPruningType)
In this article
Back to top Generated by DocFX