Click or drag to resize
ObjectTypeInfoRelatedTypeInfos Property
Returns list of related TypeInfos of this TypeInfo (the relationship is made from OriginalTypeInfo property, but reflects the relationship from both sides).

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

Property Value

Type: ListString
See Also