Class ContentReportQuery
Define a common report query
Inheritance
System.Object
    ContentReportQuery
  Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentReportQuery : ObjectConstructors
ContentReportQuery()
Declaration
public ContentReportQuery()Properties
ChangeBy
changed by
Declaration
public string ChangeBy { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
EndDate
End date
Declaration
public Nullable<DateTime> EndDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | 
IsReadyToPublish
Ready to publish
Declaration
public Nullable<bool> IsReadyToPublish { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | 
Language
The language
Declaration
public CultureInfo Language { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Globalization.CultureInfo | 
PageNumber
The page number
Declaration
public int PageNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
PageSize
The page size
Declaration
public int PageSize { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
PublishedBy
published by
Declaration
public string PublishedBy { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Root
Root content
Declaration
public ContentReference Root { get; set; }Property Value
| Type | Description | 
|---|---|
| ContentReference | 
SortColumn
The sorting creteria
Declaration
public ContentReportSortColumn SortColumn { get; set; }Property Value
| Type | Description | 
|---|---|
| ContentReportSortColumn | 
SortDirection
The sort direction, 0 ascending, 1 descending
Declaration
public int SortDirection { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
StartDate
Start date
Declaration
public Nullable<DateTime> StartDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | 
TypeOfQuery
Declaration
public ContentReportQueryType TypeOfQuery { get; set; }Property Value
| Type | Description | 
|---|---|
| ContentReportQueryType | 
