London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IContentReportQueryService

Defines methods for reporting of content

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IContentReportQueryService

Methods

Get(ContentReportQuery, out Int32)

Gets content references according to query.

Declaration
IEnumerable<ContentReference> Get(ContentReportQuery query, out int totalRows)
Parameters
Type Name Description
ContentReportQuery query

The query

System.Int32 totalRows

The total number of matching rows.

Returns
Type Description
System.Collections.Generic.IEnumerable<ContentReference>

A sorted collection of pages matching the filter criterias.

Extension Methods