Click or drag to resize
ObjectTypeInfoDependsOnIndirectly Property
List of object types on which this object type depends on indirectly. Indirectly means there is no column with reference pointing to object of specified object type. Allows the system to maintain chain of dependencies between object types. Do not include direct dependencies like parent, site or dependencies specified by DependsOn.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<string> DependsOnIndirectly { get; set; }

Property Value

Type: IEnumerableString
See Also