SaaS CMS has officially launched! Learn more now.

Class SearchWordModel

Model for Host name

Inheritance
System.Object
SearchWordModel
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public class SearchWordModel : CriterionModelBase, ICriterionModel, IDynamicData

Constructors

SearchWordModel()

Declaration
public SearchWordModel()

Properties

SearchWord

Gets or sets the search word.

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

The search word.

Methods

Copy()

Creates a new object that is a copy of the current instance.

Declaration
public override ICriterionModel Copy()
Returns
Type Description
ICriterionModel

A new object that is a copy of this instance.

Overrides

Implements

Extension Methods