A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface ILanguageBranchContentQueryable

Component that will list all content items of a certain language

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface ILanguageBranchContentQueryable

Methods

List(CultureInfo)

Provides a list of all content items for the provided language.

Declaration
IEnumerable<ContentReference> List(CultureInfo language)
Parameters
Type Name Description
System.Globalization.CultureInfo language

The language that should be queried

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

A list with references to all content items for the given language.

Extension Methods