SaaS CMS has officially launched! Learn more now.

Class ContentLoadDB

Inheritance
System.Object
ContentLoadDB
Inherited Members
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class ContentLoadDB : ContentDB

Constructors

ContentLoadDB(ServiceAccessor<IDatabaseExecutor>, IPermanentLinkMapper, IContentTypeRepository, ILanguageBranchRepository, IPropertyDataFactory, IPropertyDefinitionRepository, IPropertyDefinitionTypeRepository, IContentFactory, IBlobFactory, PropertyValueConverterFactory, DatabaseDateTimeHandler)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public ContentLoadDB(ServiceAccessor<IDatabaseExecutor> databaseHandlerAccessor, IPermanentLinkMapper permanentLinkMapper, IContentTypeRepository contentTypeRepository, ILanguageBranchRepository languageBranchRepository, IPropertyDataFactory propertyDataFactory, IPropertyDefinitionRepository propertyDefinitionRepository, IPropertyDefinitionTypeRepository propertyDefinitionTypeRepository, IContentFactory contentFactory, IBlobFactory blobFactory, PropertyValueConverterFactory propertyValueConverterFactory, DatabaseDateTimeHandler dateTimeHandler)
Parameters
Type Name Description
ServiceAccessor<IDatabaseExecutor> databaseHandlerAccessor
IPermanentLinkMapper permanentLinkMapper
IContentTypeRepository contentTypeRepository
ILanguageBranchRepository languageBranchRepository
IPropertyDataFactory propertyDataFactory
IPropertyDefinitionRepository propertyDefinitionRepository
IPropertyDefinitionTypeRepository propertyDefinitionTypeRepository
IContentFactory contentFactory
IBlobFactory blobFactory
PropertyValueConverterFactory propertyValueConverterFactory
DatabaseDateTimeHandler dateTimeHandler

Methods

Load(ContentReference, Int32)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public IContent Load(ContentReference contentLink, int languageBranchID)
Parameters
Type Name Description
ContentReference contentLink
System.Int32 languageBranchID
Returns
Type Description
IContent

LoadLongString(Guid)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public string LoadLongString(Guid longStringGuid)
Parameters
Type Name Description
System.Guid longStringGuid
Returns
Type Description
System.String

LoadVersion(ContentReference)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public IContent LoadVersion(ContentReference contentLink)
Parameters
Type Name Description
ContentReference contentLink
Returns
Type Description
IContent

LoadVersion(ContentReference, Int32)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public IContent LoadVersion(ContentReference contentLink, int languageBranchID)
Parameters
Type Name Description
ContentReference contentLink
System.Int32 languageBranchID
Returns
Type Description
IContent

Extension Methods