Click or drag to resize
TempPageBuilderWidgetsInfo Constructor (DataRow)
Creates a new instances of the TempPageBuilderWidgetsInfo class from the given DataRow.

Namespace: CMS.DocumentEngine.PageBuilder
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public TempPageBuilderWidgetsInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also