Try our conversational search powered by Generative AI!

Class NotPublishedPagesData

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

Constructors

NotPublishedPagesData(IContentRepository, IReportFilterService, IContentReportQueryService)

Declaration
public NotPublishedPagesData(IContentRepository contentRepository, IReportFilterService reportFilterService, IContentReportQueryService reportQueryService)
Parameters
Type Name Description
IContentRepository contentRepository
IReportFilterService reportFilterService
IContentReportQueryService reportQueryService

Methods

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

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

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

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

Extension Methods