Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IPageQuickSearch

Simple database lookups.

Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IPageQuickSearch

Methods

FindByExternalUrl(String)

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

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

FindByPath(ContentReference, String)

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

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

FindByPath(ContentReference, String, String)

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

Declaration
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

Extension Methods