Enum SyncContent
Defines the content of the sync session
Namespace: TimeCockpit.Data.Sync
Assembly: TimeCockpit.Data.dll
Syntax
public enum SyncContent
Fields
| Name | Description |
|---|---|
| DataOnly | Only data is sync'ed |
| DataUploadOnly | Data is only synced up. This is used for, for example, AuditTrail |
| ModelAndData | Model and data are sync'ed |
| ModelOnly | Only model is sync'ed |
| None | Nothing is sync'ed |