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!

Interface IContentLanguageSettingsResolver

Resolve the ContentLanguageSetting for the contentLlink.

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