SaaS CMS has officially launched! Learn more now.

Class ProjectActivityCreatedEventArgs

Event argument used for ActivityCreated

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

Constructors

ProjectActivityCreatedEventArgs(Activity, IEnumerable<Int32>)

Creates a new instance of ProjectActivityCreatedEventArgs

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

The created activity.

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

All associated projects

Extension Methods