Click or drag to resize
ObjectGeneratorTBaseCreateNewObject Method (String)
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(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: TBase
See Also