Click or drag to resize
BaseInfo.GetSynchronizedColumns Method
Gets the list of synchronized columns for this object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
protected virtual IEnumerable<string> GetSynchronizedColumns(
	bool excludeColumns = true
)

Parameters

excludeColumns (Optional)
Type: System.Boolean
When true values is passed, columns from ExcludedStagingColumns are removed

Return Value

Type: IEnumerable<String>
See Also