Class ContentFilterEventArgs
The event arguments used by the Filter event.
Inheritance
System.Object
    ContentFilterEventArgs
  Namespace: EPiServer.Filters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public class ContentFilterEventArgs : EventArgsConstructors
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> | 
