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

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public ExportHistoryInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also