Interface IContentAreaLoader
Helper class to load data for content area items
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentAreaLoader
Methods
Get(ContentAreaItem)
Gets the IContent instance that the content area item references.
Declaration
IContent Get(ContentAreaItem contentAreaItem)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentAreaItem |
Returns
Type | Description |
---|---|
IContent |
LoadDisplayOption(ContentAreaItem)
Loads the Display
Declaration
DisplayOption LoadDisplayOption(ContentAreaItem contentAreaItem)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentAreaItem |
Returns
Type | Description |
---|---|
Display |
The associated Display |