Try our conversational search powered by Generative AI!

Class ExpiredPagesData

Inheritance
System.Object
ExpiredPagesData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.UI.Report.Reports
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ExpiredPagesData

Constructors

ExpiredPagesData(IContentRepository, IReportFilterService, IContentReportQueryService)

Declaration
public ExpiredPagesData(IContentRepository contentRepository, IReportFilterService reportFilterService, IContentReportQueryService contentReportQueryService)
Parameters
Type Name Description
IContentRepository contentRepository
IReportFilterService reportFilterService
IContentReportQueryService contentReportQueryService

Methods

GetPages(PageReference, DateTime, DateTime, String, Boolean, String, Int32, Int32, out Int32)

Declaration
public PageDataCollection GetPages(PageReference startPage, DateTime startDate, DateTime endDate, string languageId, bool publishedByMe, string sortExpression, int maximumRows, int startRowIndex, out int rowCount)
Parameters
Type Name Description
PageReference startPage
System.DateTime startDate
System.DateTime endDate
System.String languageId
System.Boolean publishedByMe
System.String sortExpression
System.Int32 maximumRows
System.Int32 startRowIndex
System.Int32 rowCount
Returns
Type Description
PageDataCollection

GetRowCount(PageReference, DateTime, DateTime, String, Boolean, out Int32)

Declaration
public int GetRowCount(PageReference startPage, DateTime startDate, DateTime endDate, string languageId, bool publishedByMe, out int rowCount)
Parameters
Type Name Description
PageReference startPage
System.DateTime startDate
System.DateTime endDate
System.String languageId
System.Boolean publishedByMe
System.Int32 rowCount
Returns
Type Description
System.Int32

Extension Methods