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: 10.0.0
Syntax
C#
public IEnumerable<string> RelatedTypeInfos { get; }

Property Value

Type: IEnumerableString
See Also