Class GetContentByPermanentLinkQuery
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.7Syntax
[ServiceConfiguration(typeof(IContentQuery))]
public class GetContentByPermanentLinkQuery : ContentQueryBase, IContentQuery, IRestQuery<IContent>
Constructors
GetContentByPermanentLinkQuery(IContentQueryHelper, IContentRepository, UrlResolver)
Declaration
public GetContentByPermanentLinkQuery(IContentQueryHelper queryHelper, IContentRepository contentRepository, UrlResolver urlResolver)
Parameters
Type | Name | Description |
---|---|---|
IContentQueryHelper | queryHelper | |
IContentRepository | contentRepository | |
UrlResolver | urlResolver |
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
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> |