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