Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class LanguageSettingsCapability

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

Constructors

LanguageSettingsCapability(IContentRepository, Settings)

Declaration
public LanguageSettingsCapability(IContentRepository contentRepository, Settings settings)
Parameters
Type Name Description
IContentRepository contentRepository
Settings settings

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