Click or drag to resize

RepartitionMode Enumeration

Specifies how repartitioning should work on the given objects

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum RepartitionMode
Members
  Member nameValueDescription
Create0 Only create new partitions
Retire1 Only retire existing partitions
Toggle2 Retire if alrady a partition, create if not
See Also