Class ChangedPagesData
Inheritance
System.Object
ChangedPagesData
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.7Syntax
public class ChangedPagesData
Constructors
ChangedPagesData(IContentRepository, IReportFilterService, ILanguageBranchRepository, IContentReportQueryService)
Declaration
public ChangedPagesData(IContentRepository contentRepository, IReportFilterService reportFilterService, ILanguageBranchRepository languageBranchRepository, IContentReportQueryService reportQueryService)
Parameters
Type | Name | Description |
---|---|---|
IContentRepository | contentRepository | |
IReportFilterService | reportFilterService | |
ILanguageBranchRepository | languageBranchRepository | |
IContentReportQueryService | reportQueryService |
Methods
GetPages(ContentReference, String, Boolean, DateTime, DateTime, String, Int32, Int32, out Int32)
Declaration
public PageDataCollection GetPages(ContentReference startPage, string languageId, bool isChangedByCurrentUser, DateTime startDate, DateTime stopDate, string sortExpression, int maximumRows, int startRowIndex, out int rowCount)
Parameters
Type | Name | Description |
---|---|---|
ContentReference | startPage | |
System.String | languageId | |
System.Boolean | isChangedByCurrentUser | |
System.DateTime | startDate | |
System.DateTime | stopDate | |
System.String | sortExpression | |
System.Int32 | maximumRows | |
System.Int32 | startRowIndex | |
System.Int32 | rowCount |
Returns
Type | Description |
---|---|
PageDataCollection |
GetRowCount(PageReference, String, Boolean, DateTime, DateTime, out Int32)
Declaration
public int GetRowCount(PageReference startPage, string languageId, bool isChangedByCurrentUser, DateTime startDate, DateTime stopDate, out int rowCount)
Parameters
Type | Name | Description |
---|---|---|
PageReference | startPage | |
System.String | languageId | |
System.Boolean | isChangedByCurrentUser | |
System.DateTime | startDate | |
System.DateTime | stopDate | |
System.Int32 | rowCount |
Returns
Type | Description |
---|---|
System.Int32 |