Click or drag to resize
NotImplementedInfoNewObject Method
Creates new object of the given class

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

Parameters

settings
Type: CMS.DataEngineLoadDataSettings
Data settings

Return Value

Type: BaseInfo
See Also