Class ContentLoadDB
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0Syntax
[ServiceConfiguration]
public class ContentLoadDB : ContentDB
Constructors
ContentLoadDB(IDatabaseHandler, IPermanentLinkMapper, IContentTypeRepository, ILanguageBranchRepository, IPropertyDataFactory, IPropertyDefinitionRepository, IPropertyDefinitionTypeRepository, ContentFactory, BlobFactory)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
[Obsolete("Use alternative constructor")]
public ContentLoadDB(IDatabaseHandler databaseHandler, IPermanentLinkMapper permanentLinkMapper, IContentTypeRepository contentTypeRepository, ILanguageBranchRepository languageBranchRepository, IPropertyDataFactory propertyDataFactory, IPropertyDefinitionRepository propertyDefinitionRepository, IPropertyDefinitionTypeRepository propertyDefinitionTypeRepository, ContentFactory contentFactory, BlobFactory blobFactory)
Parameters
| Type | Name | Description |
|---|---|---|
| IDatabaseHandler | databaseHandler | |
| IPermanentLinkMapper | permanentLinkMapper | |
| IContentTypeRepository | contentTypeRepository | |
| ILanguageBranchRepository | languageBranchRepository | |
| IPropertyDataFactory | propertyDataFactory | |
| IPropertyDefinitionRepository | propertyDefinitionRepository | |
| IPropertyDefinitionTypeRepository | propertyDefinitionTypeRepository | |
| ContentFactory | contentFactory | |
| BlobFactory | blobFactory |
ContentLoadDB(IDatabaseHandler, IPermanentLinkMapper, IContentTypeRepository, ILanguageBranchRepository, IPropertyDataFactory, IPropertyDefinitionRepository, IPropertyDefinitionTypeRepository, ContentFactory, BlobFactory, PropertyValueConverterFactory)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public ContentLoadDB(IDatabaseHandler databaseHandler, IPermanentLinkMapper permanentLinkMapper, IContentTypeRepository contentTypeRepository, ILanguageBranchRepository languageBranchRepository, IPropertyDataFactory propertyDataFactory, IPropertyDefinitionRepository propertyDefinitionRepository, IPropertyDefinitionTypeRepository propertyDefinitionTypeRepository, ContentFactory contentFactory, BlobFactory blobFactory, PropertyValueConverterFactory propertyValueConverterFactory)
Parameters
| Type | Name | Description |
|---|---|---|
| IDatabaseHandler | databaseHandler | |
| IPermanentLinkMapper | permanentLinkMapper | |
| IContentTypeRepository | contentTypeRepository | |
| ILanguageBranchRepository | languageBranchRepository | |
| IPropertyDataFactory | propertyDataFactory | |
| IPropertyDefinitionRepository | propertyDefinitionRepository | |
| IPropertyDefinitionTypeRepository | propertyDefinitionTypeRepository | |
| ContentFactory | contentFactory | |
| BlobFactory | blobFactory | |
| PropertyValueConverterFactory | propertyValueConverterFactory |
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 |