Enum DeleteType
Action to take if items designated for deletion are referenced by other existing items
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum DeleteType
Fields
Name | Description |
---|---|
Deprecate | items will be deprecated if they are referenced from items that will still exist |
Skip | deletion of items will be skipped if the item is referenced from items that will still exist |
Warn | no items will be deleted if they are referenced from items that will still exist |