London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IPageQuickSearch

Simple database lookups. This interface supports the EPiServer infrastructure and is not intended to be used directly from your code.

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

Methods

CreateFolderIDLookup()

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

Declaration
DataSet CreateFolderIDLookup()
Returns
Type Description
System.Data.DataSet

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[]

FindByFolderID(Int32)

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

Declaration
ContentReference FindByFolderID(int folderID)
Parameters
Type Name Description
System.Int32 folderID
Returns
Type Description
ContentReference

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