London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class LanguageSettingsCapability

Inheritance
System.Object
LanguageSettingsCapability
Namespace: EPiServer.Commerce.Shell.Rest.Capabilities
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
[Obsolete("This will be removed in next major version of CMS.")]
public class LanguageSettingsCapability : LanguageSettingsCapability

Constructors

LanguageSettingsCapability(IContentRepository, Settings)

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

Properties

SortOrder

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

Methods

IsCapable(IContent)

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