Try our conversational search powered by Generative AI!

Class PageFolderDB

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

Inheritance
System.Object
PageFolderDB
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[ServiceConfiguration]
public class PageFolderDB : DataAccessBase

Constructors

PageFolderDB(IDatabaseHandler)

Initializes a new instance of the PageFolderDB class.

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

The IDatabaseHandler that will be used for database communication.

Methods

GetMaxFolderID()

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

Declaration
public virtual int GetMaxFolderID()
Returns
Type Description
System.Int32

Extension Methods