If indexing of text into keywords should be enabled
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("indexingTextEnabled", DefaultValue = "true", IsRequired = false)] [ManagerTabAttribute(ManagerTab.Advanced)] [BoolValidatorAttribute] public bool IndexingTextEnabled { get; set; } |