SynchronizationSettingsExcludedStagingColumns Property |
Gets or sets the list of columns that are excluded when staging objects.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public IList<string> ExcludedStagingColumns { get; set; }
Property Value
Type:
IListStringRemarks
The property does NOT limit the actual data of staging tasks, only the operations that take place on the target server.
See Also