Class GetDescendentsQuery
Inheritance
System.Object
GetDescendentsQuery
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class GetDescendentsQuery : ContentQueryBase
Constructors
GetDescendentsQuery(IContentQueryHelper, IContentRepository)
Declaration
public GetDescendentsQuery(IContentQueryHelper queryHelper, IContentRepository contentRepository)
Parameters
Type |
Name |
Description |
EPiServer.Cms.Shell.UI.Rest.ContentQuery.IContentQueryHelper |
queryHelper |
|
EPiServer.IContentRepository |
contentRepository |
|
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
CanHandleQuery(IQueryParameters)
Declaration
public override bool CanHandleQuery(IQueryParameters parameters)
Parameters
Type |
Name |
Description |
EPiServer.Shell.Rest.IQueryParameters |
parameters |
|
Returns
Type |
Description |
System.Boolean |
|
GetContent(ContentQueryParameters)
Declaration
protected override IEnumerable<IContent> GetContent(ContentQueryParameters parameters)
Parameters
Type |
Name |
Description |
EPiServer.Cms.Shell.UI.Rest.ContentQuery.ContentQueryParameters |
parameters |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent> |
|