A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class RecentlyChangedQuery

Inheritance
System.Object
RecentlyChangedQuery
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.Cms.Shell.UI.Rest.ContentQuery.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(IContentQuery))]
public class RecentlyChangedQuery : ContentQueryBase, IContentQuery<TasksStatusQueryCategory>, IContentQuery, IRestQuery<IContent>

Constructors

RecentlyChangedQuery(IContentRepository, IContentQueryHelper, IActivityQueryService)

Declaration
public RecentlyChangedQuery(IContentRepository contentRepository, IContentQueryHelper queryHelper, IActivityQueryService activityQueryService)
Parameters
Type Name Description
IContentRepository contentRepository
IContentQueryHelper queryHelper
IActivityQueryService activityQueryService

Properties

DisplayName

Declaration
public override string DisplayName { get; }
Property Value
Type Description
System.String
Overrides

Name

Declaration
public override string Name { get; }
Property Value
Type Description
System.String
Overrides

PlugInAreas

Declaration
public override IEnumerable<string> PlugInAreas { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
Overrides

SortOrder

Declaration
public override int SortOrder { get; }
Property Value
Type Description
System.Int32
Overrides

VersionSpecific

Declaration
public override bool VersionSpecific { get; }
Property Value
Type Description
System.Boolean
Overrides

Methods

GetContent(ContentQueryParameters)

Declaration
protected override IEnumerable<IContent> GetContent(ContentQueryParameters parameters)
Parameters
Type Name Description
ContentQueryParameters parameters
Returns
Type Description
System.Collections.Generic.IEnumerable<IContent>
Overrides

Implements

Extension Methods