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.4Syntax
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> | 
