Try our conversational search powered by Generative AI!

Class SimpleAddressesData

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

Constructors

SimpleAddressesData(IContentRepository, IReportFilterService, IContentReportQueryService)

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

Methods

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

Declaration
public PageDataCollection GetPages(PageReference startPage, string sortExpression, int startRowIndex, int maximumRows, string langID, out int rowCount)
Parameters
Type Name Description
PageReference startPage
System.String sortExpression
System.Int32 startRowIndex
System.Int32 maximumRows
System.String langID
System.Int32 rowCount
Returns
Type Description
PageDataCollection

GetRowCount(PageReference, String, out Int32)

Declaration
public int GetRowCount(PageReference startPage, string langID, out int rowCount)
Parameters
Type Name Description
PageReference startPage
System.String langID
System.Int32 rowCount
Returns
Type Description
System.Int32

Extension Methods