Difference between revisions of "SYSCLS OFFLINE SYNC CONFIGURATION"
(Created page with "{{ClassificationInfoBox | title = Offline Sync Configuration Classification | name = {{PAGENAMEE}} | inheritance = none | namespace = System.Classification.Kernel | purpose =...") |
|||
Line 3: | Line 3: | ||
| name = {{PAGENAMEE}} | | name = {{PAGENAMEE}} | ||
| inheritance = none | | inheritance = none | ||
− | | namespace = System.Classification. | + | | namespace = System.Classification.Content |
| purpose = Configure an object to be branch-synced (make offline available) on the client | | purpose = Configure an object to be branch-synced (make offline available) on the client | ||
| version = 3.6.0+ | | version = 3.6.0+ | ||
Line 31: | Line 31: | ||
{{Category/Version|3.6.0}} | {{Category/Version|3.6.0}} | ||
+ | |||
+ | [[Category:3.6.0|SYSCLS OFFLINE SYNC CONFIGURATION]] |
Revision as of 09:26, 13 November 2020
If an Object fullfills the Offline Sync Configuration Classification it gets automatically branch downloaded (on the client) according its configuration.
MetaProperties
Name | Data type | Comment |
---|---|---|
CONFIGURATION_NAME | Integer | Offline Sync Configuration (setting). See supported values below. |
Supported Configuration settings:
- 0: No Auto Sync
- -1: Sync once
- -2: Sync after every start of the app
- any value >0: Periodic sync if app is running; the value is interpreted in hours (e.g. 4 => periodically sync every 4 hours)