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: 13.0.131
Syntax
C#
public bool InsertDirectly { get; set; }

Property Value

Type: Boolean
See Also