Enum TtlFlags
Flag bits for extra information in TravelTransactionLog This Enum is used by: traveltransactionlog.flags This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum TtlFlags : short
Fields
| Name | Description |
|---|---|
| Imported | 1: The data change was caused by an Import operation. |
| MassOperation | 2: The data change was done by a Mass Operation. |
| None | 0: No extra information. |