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