Click or drag to resize
BaseInfoGeneralizedInfoWrapperAnyItemChanged Method
Returns true if any of the specified column names has changed.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool AnyItemChanged(
	IEnumerable<string> columnNames
)

Parameters

columnNames
Type: System.Collections.GenericIEnumerableString
Column names

Return Value

Type: Boolean
See Also