ObjectTypeInfoRegisterAsChildToObjectTypes Property |
If set (= not null), then the automatic process of registering the object type in the ChildObjectTypes list is bypassed and the registration is
forced to the types specified in this list.
Only use if you need to register multiple parent types (if the parent has multiple type info definitions).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public List<string> RegisterAsChildToObjectTypes { get; set; }
Property Value
Type:
ListStringSee Also