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