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 ProjectActivityUpdatedEventArgs

Event argument used for ActivityUpdated

Inheritance
System.Object
ProjectActivityUpdatedEventArgs
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class ProjectActivityUpdatedEventArgs : ProjectActivityEventArgs

Constructors

ProjectActivityUpdatedEventArgs(Activity, IEnumerable<Int32>)

Creates a new instance of ProjectActivityUpdatedEventArgs

Declaration
public ProjectActivityUpdatedEventArgs(Activity activity, IEnumerable<int> projectIds)
Parameters
Type Name Description
Activity activity

The updated activity.

System.Collections.Generic.IEnumerable<System.Int32> projectIds

All associated projects.

Extension Methods