Try our conversational search powered by Generative AI!

Class PageQuickSearchDB

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

Inheritance
System.Object
PageQuickSearchDB
Implements
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[ServiceConfiguration]
public class PageQuickSearchDB : DataAccessBase, IPageQuickSearch

Constructors

PageQuickSearchDB(IDatabaseExecutor, DatabaseDateTimeHandler)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public PageQuickSearchDB(IDatabaseExecutor databaseHandler, DatabaseDateTimeHandler dateTimeHandler)
Parameters
Type Name Description
IDatabaseExecutor databaseHandler
DatabaseDateTimeHandler dateTimeHandler

Methods

FindByExternalUrl(String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public object[] FindByExternalUrl(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
System.Object[]

FindByPath(ContentReference, String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public string FindByPath(ContentReference root, string path)
Parameters
Type Name Description
ContentReference root
System.String path
Returns
Type Description
System.String

FindByPath(ContentReference, String, String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public string FindByPath(ContentReference root, string path, string languageBranch)
Parameters
Type Name Description
ContentReference root
System.String path
System.String languageBranch
Returns
Type Description
System.String

Implements

Extension Methods