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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public SettingsCategoryInfo(
	DataRow dr
)

Parameters

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