Click or drag to resize
SynchronizationSettingsExcludedStagingColumns Property
Gets or sets the list of columns that are excluded when staging objects.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public IList<string> ExcludedStagingColumns { get; set; }

Property Value

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