Click or drag to resize
ObjectGeneratorTBaseRegisterObjectTypeTObject Method (String)
Registers the given object type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public void RegisterObjectType<TObject>(
	string objectType
)
where TObject : class, new(), TBase

Parameters

objectType
Type: SystemString
Object type string

Type Parameters

TObject
See Also