Click or drag to resize
ContactChangeData Constructor (IDataContainer)
Creates new instance of ContactChangeData and set up its properties from given dataRowContainer.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax
C#
public ContactChangeData(
	IDataContainer dataRowContainer
)

Parameters

dataRowContainer
Type: CMS.BaseIDataContainer
Data row container containing the data used for creating the ContactChangeData
Exceptions
ExceptionCondition
ArgumentNullExceptiondataRowContainer is null
See Also