Try our conversational search powered by Generative AI!

Interface IContentCoreDataLoader

Defines signature for component that loads ContentCoreData.

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IContentCoreDataLoader

Methods

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

Extension Methods