ObjectGeneratorTBaseCreateNewObject Method (Object) |
Creates new object of the given type
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public TBase CreateNewObject(
Object parameter = null
)
Parameters
- parameter (Optional)
- Type: SystemObject
Parameter used in CanCreateObject(Object) method.
Return Value
Type:
TBaseSee Also