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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public TempFileInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also