Click or drag to resize
ObjectDependencyObjectTypeColumn Property
Gets or sets the name of the column where the object type is stored (for objects with no FK DB restricton, but still an object dependency). The example is ObjectSettings or Metafiles where the object dependency is combination of MetaFileObjectType and MetaFileObjectID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public string ObjectTypeColumn { get; set; }

Property Value

Type: String
See Also