Click or drag to resize
AbstractInfoBaseTInfoColumnsChanged Method
Returns true if at least one column of the column list provided as the first argument was changed.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected bool ColumnsChanged(
	List<string> columns
)

Parameters

columns
Type: System.Collections.GenericListString
Column list

Return Value

Type: Boolean
See Also