Click or drag to resize
ISearchFieldsGet Method
Returns requested field. Null when field doesn't exist.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
ISearchField Get(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Field name

Return Value

Type: ISearchField
See Also