Click or drag to resize
ContactChangeDataChangedColumns Property
List of columns which have changed. Is null when ContactIsNew is true.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax
C#
public IList<string> ChangedColumns { get; set; }

Property Value

Type: IListString
See Also