SearchFieldFactoryCreate Method |
Creates a new search field based on createOption.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public ISearchField Create(
string fieldName,
Type dataType,
CreateSearchFieldOption createOption
)
Parameters
- fieldName
- Type: SystemString
Name of field to be created. - dataType
- Type: SystemType
Data type of field. - createOption
- Type: CMS.DataEngineCreateSearchFieldOption
Option indicating which type of field to create.
Return Value
Type:
ISearchFieldSearch field for given option.
See Also