Click or drag to resize
ISearchFieldInsertDirectly Property
When field is market to be insert directly, it will not processed before inserted into search document. Will not be passed to SearchHelper.AddGeneralField method.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
bool InsertDirectly { get; set; }

Property Value

Type: Boolean
See Also