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

Interface IContentLanguageSettingsResolver

Resolve the ContentLanguageSetting for the contentLlink.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IContentLanguageSettingsResolver

Methods

Resolve(ContentReference)

Resolve the ContentLanguageSetting for the contentLlink.

Declaration
IEnumerable<ContentLanguageSetting> Resolve(ContentReference contentLink)
Parameters
Type Name Description
ContentReference contentLink

The content link.

Returns
Type Description
System.Collections.Generic.IEnumerable<ContentLanguageSetting>

Gets the ContentLanguageSetting for the contentLlink.

Extension Methods