Click or drag to resize
AbstractInfoTInfoNew Method (IDataContainer, String)
Creates new object of the given class

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static TInfo New(
	IDataContainer dc,
	string objectType = null
)

Parameters

dc
Type: CMS.BaseIDataContainer
Container with the source data
objectType (Optional)
Type: SystemString
Object type

Return Value

Type: TInfo
See Also