Enum LockUnlockSegmentsCondition
Represents the primary condition along which we want to process the segments.
Syntax
public enum LockUnlockSegmentsCondition
Fields
| Name | Description |
|---|---|
| AllRows | Condition that indicates that all rows will be performed. |
| AllRowsThatMatchACertainCondition | Condition that indicates that all rows that match a certain condition will be performed. |
| RowsInDifferentLanguage | Condition that indicates that rows in different language will be performed. |