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

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public virtual ISearchField Get(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Field name

Return Value

Type: ISearchField

Implements

ISearchFieldsGet(String)
See Also