London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IVisitorGroupValidator

Namespace: EPiServer.Personalization.VisitorGroups.Internal
Assembly: EPiServer.ApplicationModules.dll
Version: 12.0.3
Syntax
public interface IVisitorGroupValidator

Methods

Validate(VisitorGroup)

Declaration
VisitorGroupValidationResult Validate(VisitorGroup visitorGroup)
Parameters
Type Name Description
VisitorGroup visitorGroup
Returns
Type Description
VisitorGroupValidationResult

Extension Methods