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

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

Property Value

Type: Boolean
See Also