Click or drag to resize
ISearchField.InsertDirectly 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: 10.0.0
Syntax
C#
bool InsertDirectly { get; set; }

Property Value

Type: Boolean
See Also