SaaS CMS has officially launched! Learn more now.

Class ContentPathDB

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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

Constructors

ContentPathDB(IDatabaseExecutor)

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

Methods

GetContentPath(ContentReference)

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

Extension Methods