ExtraColumn Constructor Kentico 8.1 API Reference
Creates new instance of ObjectDependency.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

extendedObjectType
Type: OnlineSystem String
Object type of the defined dependecy
columnName
Type: OnlineSystem String
Name of the foreign key column with which the object type will be extended
required (Optional)
Type: CMS.DataEngine ObjectDependencyEnum
Determines whether the dependency is required or optional (not required by default)
See Also