Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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