Click or drag to resize
CustomTableItemNewObject Method
Creates a new object from the given DataRow

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
protected override BaseInfo NewObject(
	LoadDataSettings settings
)

Parameters

settings
Type: CMS.DataEngineLoadDataSettings
Data settings

Return Value

Type: BaseInfo
See Also