SaaS CMS has officially launched! Learn more now.

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.3
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