Click or drag to resize
ObjectFactoryNew Method
Creates an object of the given type

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public static Object New(
	Type type
)

Parameters

type
Type: SystemType
Type of the created object

Return Value

Type: Object
See Also