Interface IContentQuery
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
Property Value
Type |
Description |
System.Int32 |
|
VersionSpecific
Declaration
bool VersionSpecific { get; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods