Click or drag to resize
BaseInfoGetObjectTypeForColumn Method
Gets the object type for the given column or null if the object type is not found or unknown.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual string GetObjectTypeForColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name to check

Return Value

Type: String
See Also