Click or drag to resize
ObjectGeneratorTBaseCreateNewObject Method (Object)
Creates new object of the given type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public TBase CreateNewObject(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Object parameter

Return Value

Type: TBase
See Also