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

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

Parameters

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

Return Value

Type: IEnumerableString
See Also