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

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

Parameters

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