Click or drag to resize
ObjectTypeInfoRegisterAsChildToObjectTypes Property
If set (= not null), than the automatic process of registering the object type in the ChildObjectTypes list is bypassed and the registration is forced to the specified types in this list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public List<string> RegisterAsChildToObjectTypes { get; set; }

Property Value

Type: ListString
See Also