Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContentActivitiesReadyToPublishQuery

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

Constructors

ContentActivitiesReadyToPublishQuery(IContentQueryHelper, IContentRepository, IContentVersionRepository)

Declaration
public ContentActivitiesReadyToPublishQuery(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

RequiredAccess

Declaration
protected override AccessLevel RequiredAccess { get; }
Property Value
Type Description
AccessLevel
Overrides

SortOrder

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

Methods

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