Class ContentLoadDB
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
ContentLoadDB
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()
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[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
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
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