ContactInfo Constructor (DataRow) |
Constructor - Creates a new ContactInfo object from the given DataRow.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax public ContactInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data
See Also