Interface IContentCoreDataLoader
Defines signature for component that loads Content
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentCoreDataLoader
Methods
Load(Guid)
Loads Content
Declaration
ContentCoreData Load(Guid guid)
Parameters
Type | Name | Description |
---|---|---|
System. |
guid | The GUID. |
Returns
Type | Description |
---|---|
Content |
Load(Int32)
Loads Content
Declaration
ContentCoreData Load(int contentID)
Parameters
Type | Name | Description |
---|---|---|
System. |
contentID | The content ID. |
Returns
Type | Description |
---|---|
Content |