Click or drag to resize
AbstractInfoBaseTInfoNewInternal Method
Creates a new object of the given object type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected static TInfo NewInternal(
	string objectType = null
)

Parameters

objectType (Optional)
Type: SystemString
Object type

Return Value

Type: TInfo
See Also