SaaS CMS has officially launched! Learn more now.

Interface IActivityQueryService

This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public interface IActivityQueryService

Methods

ListActivitiesAsync(ActivityQuery)

Lists all activities matching the query.

Declaration
Task<IEnumerable<Activity>> ListActivitiesAsync(ActivityQuery query)
Parameters
Type Name Description
ActivityQuery query

The query specifing which activities to get.

Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Activity>>

The matching activitites.

Extension Methods