Interface IContentLanguageSettingsResolver
Resolve the Content
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentLanguageSettingsResolver
Methods
Resolve(ContentReference)
Resolve the Content
Declaration
IEnumerable<ContentLanguageSetting> Resolve(ContentReference contentLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content link. |
Returns
Type | Description |
---|---|
System. |
Gets the Content |