Click or drag to resize
AccountContactInfo Constructor (DataRow)
Constructor - Creates a new AccountContactInfo object from the given DataRow.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public AccountContactInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data
See Also