Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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