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 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