Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public List<string> RegisterAsChildToObjectTypes { get; set; }

Property Value

Type: ListString
See Also