Class ViewedPagesModel
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Model for the ViewedPagesCriterion.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class ViewedPagesModel : CriterionModelBase, ICriterionModel, IDynamicData, IValidateCriterionModelConstructors
ViewedPagesModel()
Initializes a new instance of the ViewedPagesModel class.
Declaration
public ViewedPagesModel()ViewedPagesModel(LocalizationService)
Initializes a new instance of the ViewedPagesModel class.
Declaration
public ViewedPagesModel(LocalizationService localizationService)Parameters
| Type | Name | Description | 
|---|---|---|
| LocalizationService | localizationService | The resource locator that should be used by the current instance. Can be  | 
Properties
ViewedPage
The selected page.
Declaration
[DojoWidget(WidgetType = "epi-cms/form/PageInfoPicker")]
public PageInfo ViewedPage { get; set; }Property Value
| Type | Description | 
|---|---|
| PageInfo | 
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
GetViewedPageLink()
Gets the page link referenced by this model.
Declaration
public PageReference GetViewedPageLink()Returns
| Type | Description | 
|---|---|
| PageReference | 
Validate(VisitorGroup)
Validates the specified current group.
Declaration
public CriterionValidationResult Validate(VisitorGroup currentGroup)Parameters
| Type | Name | Description | 
|---|---|---|
| VisitorGroup | currentGroup | The current group. | 
Returns
| Type | Description | 
|---|---|
| CriterionValidationResult | 
