A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class ProjectItemsEventArgs

Class to pass event arguments from ProjectItem events.

Inheritance
System.Object
ProjectItemsEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class ProjectItemsEventArgs : EventArgs

Constructors

ProjectItemsEventArgs(IEnumerable<ProjectItem>)

Creates a new instance of ProjectItemsEventArgs

Declaration
public ProjectItemsEventArgs(IEnumerable<ProjectItem> projectItems)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ProjectItem> projectItems

Properties

ProjectItems

The project items the event relates to

Declaration
public virtual IEnumerable<ProjectItem> ProjectItems { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ProjectItem>

Extension Methods