Interface ILanguageBranchContentQueryable
Component that will list all content items of a certain language
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface ILanguageBranchContentQueryableMethods
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. | 
