SaaS CMS has officially launched! Learn more now.

Class SecurableCapability

Inheritance
System.Object
SecurableCapability
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 SecurableCapability : IContentCapability

Constructors

SecurableCapability(IContentRepository)

Declaration
public SecurableCapability(IContentRepository contentRepository)
Parameters
Type Name Description
IContentRepository contentRepository

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