Click or drag to resize
ObjectTypeInfoDependsOn Property
List of objects this object depends on (foreign keys definition of the object with the exception of SiteID column and ParentID columns to the objects which are directly visible via reference, for the foreign keys of objects of other modules not visible by this module, use Extends property in those object to define the foreign key in this object).

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

Property Value

Type: ListObjectDependency
See Also