SaaS CMS has officially launched! Learn more now.

Interface IContentQuery

Namespace: EPiServer.Shell.ContentQuery
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public interface IContentQuery : IRestQuery<IContent>

Properties

DisplayName

Declaration
string DisplayName { get; }
Property Value
Type Description
System.String

PlugInAreas

Declaration
IEnumerable<string> PlugInAreas { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

SortOrder

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

VersionSpecific

Declaration
bool VersionSpecific { get; }
Property Value
Type Description
System.Boolean

Extension Methods