Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public List<string> SynchronizedColumns { get; set; }

Property Value

Type: ListString
Remarks
The property does NOT limit the actual data of staging tasks, only the update operations that take place on the target server.
See Also