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 EditingInProgressQuery

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

Constructors

EditingInProgressQuery(IContentQueryHelper, IContentRepository, IInUseNotificationRepository)

Declaration
public EditingInProgressQuery(IContentQueryHelper queryHelper, IContentRepository contentRepository, IInUseNotificationRepository inUseNotificationRepository)
Parameters
Type Name Description
IContentQueryHelper queryHelper
IContentRepository contentRepository
IInUseNotificationRepository inUseNotificationRepository

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