November Happy Hour will be moved to Thursday December 5th.

Class SearchWordCriterionOptions

Contains various options that can be used to configure how SearchWordCriterionOptions should be handled within cms.

Inheritance
System.Object
SearchWordCriterionOptions
Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class SearchWordCriterionOptions : Object

Constructors

SearchWordCriterionOptions()

Declaration
public SearchWordCriterionOptions()

Properties

SearchStringRegexpression

Serach reg expression.

Declaration
public string SearchStringRegexpression { get; set; }
Property Value
Type Description
System.String

Extension Methods