Class OSBrowserModel
Model to OSBrowserCriterion
Inherited Members
Namespace: EPiServer.VisitorGroupsCriteriaPack
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public class OSBrowserModel : CriterionModelBase, ICriterionModel, IDynamicData
Constructors
OSBrowserModel()
Declaration
public OSBrowserModel()
Properties
Browser
Gets and sets the Browser
Declaration
[CriterionPropertyEditor(LabelTranslationKey = "/shell/cms/visitorgroups/criteria/osbrowsercriterion/browser", Order = 3)]
public string Browser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BrowserMatchType
Get and set MatchStringType.
Declaration
[CriterionPropertyEditor(Order = 2, SelectionFactoryType = null)]
public MatchStringType BrowserMatchType { get; set; }
Property Value
Type | Description |
---|---|
MatchStringType |
OperatingSystem
Name of OS, operating system.
Declaration
[CriterionPropertyEditor(LabelTranslationKey = "/shell/cms/visitorgroups/criteria/osbrowsercriterion/operatingsystem", Order = 1, SelectionFactoryType = null)]
public string OperatingSystem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Copy()
Copy the model.
Declaration
public override ICriterionModel Copy()
Returns
Type | Description |
---|---|
ICriterionModel |