RepartitionMode Enumeration
Specifies how repartitioning should work on the given objects
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum RepartitionModeMembers
| Create | 0 | Only create new partitions |
| Retire | 1 | Only retire existing partitions |
| Toggle | 2 | Retire if alrady a partition, create if not |