Try our conversational search powered by Generative AI!

Class PublishedPagesData

Inheritance
System.Object
PublishedPagesData
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 PublishedPagesData

Constructors

PublishedPagesData(IContentRepository, IReportFilterService, IContentReportQueryService)

Declaration
public PublishedPagesData(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 stopDate, string languageId, bool changedByCurrentUser, string sortExpression, int startRowIndex, int maximumRows, out int rowCount)
Parameters
Type Name Description
PageReference startPage
System.DateTime startDate
System.DateTime stopDate
System.String languageId
System.Boolean changedByCurrentUser
System.String sortExpression
System.Int32 startRowIndex
System.Int32 maximumRows
System.Int32 rowCount
Returns
Type Description
PageDataCollection

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

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

Extension Methods