Class ContentLoadDB
Inheritance
System.Object
ContentLoadDB
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
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
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
Returns
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
Extension Methods