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