RepartitionMode Enumeration

Specifies how repartitioning should work on the given objects

Definition

Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum RepartitionMode

Members

Create0 Only create new partitions
Retire1 Only retire existing partitions
Toggle2 Retire if alrady a partition, create if not

See Also