Click or drag to resize
ObjectTypeInfoObjectDependencies Property
Object dependencies (list of foreign keys definition of the object with the exception of SiteID column and ParentID columns). Automatically computed from DependsOn and Extends lists of all objects within the system.

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

Property Value

Type: IEnumerableObjectDependency
See Also