Class PageQuickSearchDB
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Simple database lookups.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 9.12.2Syntax
[ServiceConfiguration]
public class PageQuickSearchDB : DataAccessBase, IPageQuickSearch
Constructors
PageQuickSearchDB(IDatabaseHandler, DatabaseDateTimeHandler)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public PageQuickSearchDB(IDatabaseHandler databaseHandler, DatabaseDateTimeHandler dateTimeHandler)
Parameters
| Type | Name | Description |
|---|---|---|
| IDatabaseHandler | databaseHandler | |
| DatabaseDateTimeHandler | dateTimeHandler |
Methods
FindByExternalUrl(String)
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)
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)
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 |