SynchronizationSettingsSynchronizedColumns Property |
Limits which fields are included when updating existing objects via synchronization (staging). List collection of field names (as a whitelist). If not set, all fields are synchronized.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax public List<string> SynchronizedColumns { get; set; }
Property Value
Type:
ListStringRemarks
The property does NOT limit the actual data of staging tasks, only the update operations that take place on the target server.
See Also