Interface IContentReportQueryService
Defines methods for reporting of content
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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 |
---|---|---|
Content |
query | The query |
System. |
totalRows | The total number of matching rows. |
Returns
Type | Description |
---|---|
System. |
A sorted collection of pages matching the filter criterias. |