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