Try our conversational search powered by Generative AI!

Class ContentPathDB

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

Inheritance
System.Object
ContentPathDB
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[ServiceConfiguration(typeof(ContentPathDB))]
public class ContentPathDB : DataAccessBase

Constructors

ContentPathDB(IDatabaseHandler)

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

Declaration
public ContentPathDB(IDatabaseHandler databaseHandler)
Parameters
Type Name Description
IDatabaseHandler databaseHandler

Methods

GetContentPath(ContentReference)

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

Declaration
public ContentPath GetContentPath(ContentReference contentLink)
Parameters
Type Name Description
ContentReference contentLink
Returns
Type Description
ContentPath

Extension Methods