Click or drag to resize
ObjectTypeInfoGetDependencyForColumn Method
Gets the dependency settings for the given column or null if the settings is not found or unknown.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ObjectDependency GetDependencyForColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name to check

Return Value

Type: ObjectDependency
See Also