Click or drag to resize
AbstractInfoTInfoNew Method (LoadDataSettings)
Creates new object of the given class with the ability to specify more details about how the object should be initialized. Use other New methods for default loading of data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static TInfo New(
	LoadDataSettings settings
)

Parameters

settings
Type: CMS.DataEngineLoadDataSettings
Data settings

Return Value

Type: TInfo
See Also