OrderPlacement Enum
Specifies the placement order for an Ordering.
public enum OrderPlacement
Fields
Name | Description |
---|---|
After | The object that contains the Ordering is after the object specified in the Ordering. |
Before | The object that contains the Ordering is before the object specified in the Ordering. |