SaaS CMS has officially launched! Learn more now.

Class ContentPathDB

Inheritance
System.Object
ContentPathDB
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
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