Click or drag to resize
ClassHelperGetEmptyObject Method
Gets the empty object of the given type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static Object GetEmptyObject(
	Type objectType
)

Parameters

objectType
Type: SystemType
Object type

Return Value

Type: Object
See Also