| ObjectSettingsInfo Constructor (DataRow) | 
            Constructor - Creates a new ObjectSettingsInfo object from the given DataRow.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic ObjectSettingsInfo(
	DataRow dr
)
Parameters
- dr
 - Type: System.DataDataRow
DataRow with the object data. 
See Also