Click or drag to resize
AbstractInfoTInfoNew Method (ActionTInfo, 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(
	Action<TInfo> initializer = null,
	string objectType = null
)

Parameters

initializer (Optional)
Type: SystemActionTInfo
Optional initializer to set additional properties to the object
objectType (Optional)
Type: SystemString
Object type

Return Value

Type: TInfo
See Also