Try our conversational search powered by Generative AI!

Interface IContentLanguageSettingsResolver

Resolve the ContentLanguageSetting for the contentLlink.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
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