COLNEO Pro 1.2
Loading...
Searching...
No Matches
CmSyncOptions

Description

Defines options for synchronizing Coordination Model on COLNEO infohub.

Each flag selects project data for synchronization. sync_name_and_id synchronizes the project name and the project number stored in project:number##xs:string; the legacy key name is retained for API compatibility, but project IDs are not synchronized. The remaining flags select webmodules, styles, macros, linking rules, and interpolations. The optional name_direction, number_direction, webmodules_direction and styles_direction keys use 0 for automatic timestamp selection, 1 for skip, 2 for local-to-infohub and 3 for infohub-to-local. Directions apply only to enabled categories. Review snapshots are transient and are not serialized.

Example:

{
"sync_webmodules": true,
"sync_name_and_id": true,
"sync_styles": true,
"sync_macros": true,
"sync_linking_rules": true,
"sync_interpolations": true
}
Since
1.1, 08/2026