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!

Class ContentFilterEventArgs

The event arguments used by the Filter event.

Inheritance
System.Object
System.EventArgs
ContentFilterEventArgs
Inherited Members
System.EventArgs.Empty
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.Filters
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class ContentFilterEventArgs : EventArgs

Constructors

ContentFilterEventArgs()

Initializes a new instance of the ContentFilterEventArgs class.

Declaration
public ContentFilterEventArgs()

ContentFilterEventArgs(IList<IContent>)

Initializes a new instance of the ContentFilterEventArgs class.

Declaration
public ContentFilterEventArgs(IList<IContent> contents)
Parameters
Type Name Description
System.Collections.Generic.IList<IContent> contents

The contents.

Properties

Contents

Gets the contents.

Declaration
public IList<IContent> Contents { get; }
Property Value
Type Description
System.Collections.Generic.IList<IContent>

Extension Methods