Click or drag to resize
TransformationInfo Constructor (DataRow)
Constructor, creates the TransformationInfo object from the given DataRow data.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public TransformationInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Data row with the TransformationInfo info data
See Also