Click or drag to resize
ModuleManagerGetObject Method (LoadDataSettings)
Gets a new object of the given type created using the given settings.

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

Parameters

settings
Type: CMS.DataEngineLoadDataSettings
Object settings

Return Value

Type: BaseInfo
See Also