Class ProjectActivityEventArgs
Base class for project related activity event arguments.
Inheritance
System.Object
ProjectActivityEventArgs
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public abstract class ProjectActivityEventArgs : EventArgs
Constructors
ProjectActivityEventArgs(Activity, IEnumerable<Int32>)
Creates a new instance of ProjectActivityEventArgs
Declaration
protected ProjectActivityEventArgs(Activity activity, IEnumerable<int> projectIds)
Parameters
Type | Name | Description |
---|---|---|
Activity | activity | The related activity. |
System.Collections.Generic.IEnumerable<System.Int32> | projectIds | All associated projects |
Properties
Activity
The related activity.
Declaration
public virtual Activity Activity { get; }
Property Value
Type | Description |
---|---|
Activity |
ProjectIds
The id for all assoicated projects.
Declaration
public IEnumerable<int> ProjectIds { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> |