SaaS CMS has officially launched! Learn more now.

Class ContentActivitiesRejectedQuery

Inheritance
System.Object
ContentActivitiesRejectedQuery
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 ContentActivitiesRejectedQuery : ContentActivitiesQueryBase<TasksStatusQueryCategory>, IContentQuery<TasksStatusQueryCategory>, IContentQuery, IRestQuery<IContent>

Constructors

ContentActivitiesRejectedQuery(IContentQueryHelper, IContentRepository, IContentVersionRepository)

Declaration
public ContentActivitiesRejectedQuery(IContentQueryHelper queryHelper, IContentRepository contentRepository, IContentVersionRepository contentVersionRepository)
Parameters
Type Name Description
IContentQueryHelper queryHelper
IContentRepository contentRepository
IContentVersionRepository contentVersionRepository

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

RequestTime

Declaration
public DateTime? RequestTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

SortOrder

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

Methods

Filter(IEnumerable<IContent>, ContentQueryParameters)

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

GetActivities(Int32, Int32, IPrincipal, String)

Declaration
protected override IList<ContentVersion> GetActivities(int offset, int count, IPrincipal user, string language)
Parameters
Type Name Description
System.Int32 offset
System.Int32 count
System.Security.Principal.IPrincipal user
System.String language
Returns
Type Description
System.Collections.Generic.IList<ContentVersion>
Overrides

Implements

Extension Methods