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

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

Parameters

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