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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public IEnumerable<string> RelatedTypeInfos { get; }
Property Value
Type:
IEnumerableStringSee Also