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: 12.0.0
Syntax
C#
public TBase CreateNewObject(
	Object parameter = null
)

Parameters

parameter (Optional)
Type: SystemObject
Parameter used in CanCreateObject(Object) method.

Return Value

Type: TBase
See Also