SaaS CMS has officially launched! Learn more now.

Interface IContentCapability

Namespace: EPiServer.Cms.Shell.UI.Rest.Capabilities
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public interface IContentCapability

Properties

Key

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

SortOrder

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

Methods

IsCapable(IContent)

Declaration
bool IsCapable(IContent content)
Parameters
Type Name Description
IContent content
Returns
Type Description
System.Boolean

Extension Methods