BaseInfoGeneralizedInfoWrapperAnyItemChanged Method |
Returns true if any of the specified column names has changed.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public bool AnyItemChanged(
IEnumerable<string> columnNames
)
Parameters
- columnNames
- Type: System.Collections.GenericIEnumerableString
Column names
Return Value
Type:
BooleanSee Also