A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class ResourceableCapability

Inheritance
System.Object
ResourceableCapability
Implements
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.Capabilities
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(IContentCapability))]
[Obsolete("This class has been obsoleted and will be removed in the next major release.")]
public class ResourceableCapability : IContentCapability

Constructors

ResourceableCapability()

Declaration
public ResourceableCapability()

Properties

Key

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

SortOrder

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

Methods

IsCapable(IContent)

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

Implements

Extension Methods