Namespace: change_tracking

sync.api. change_tracking

Members


<static> ChangeTrackingInitialState :String

Possible initial states for the change tracking feature.
Type:
  • String
Properties:
Name Type Default Description
DEFAULT String default The status of change tracking is determined by server's global options.
ENABLED String enabled Change tracking is ENABLED but the user can disable it using a toolbar action.
FORCED String forced Change tracking is ENABLED and the user cannot disable it. She can reject her own changes but cannot accept or reject other changes.
FORCED_OFF String forcedOff Change tracking is DISABLED and the user cannot enable it. She can reject her own changes but cannot accept or reject other changes.