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

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

Parameters

dr
Type: System.DataDataRow
Datarow with the class info data
See Also