Class ExamineSearcherModel
Represents the model used to configure and interact with an Examine searcher within the Umbraco CMS infrastructure.
Inheritance
object
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Infrastructure.dll
Syntax
[DataContract(Name = "searcher", Namespace = "")]
public class ExamineSearcherModel
Constructors
View SourceExamineSearcherModel()
Declaration
public ExamineSearcherModel()
Properties
View SourceName
Gets or sets the name of the searcher.
Declaration
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |