Click or drag to resize
DataClassInfoGetSearchColumnType Method
Returns Type for the given columnName that is included in search index for current DataClassInfo.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public Type GetSearchColumnType(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of the column for which Type is returned.

Return Value

Type: Type
Exceptions
ExceptionCondition
ArgumentExceptionThrown if columnName is null or white-space.
InvalidOperationExceptionThrown if there is no type defined for given columnName or columnName does not exists in current DataClassInfo.
See Also