Class PageQuickSearchDB
Simple database lookups.
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
PageQuickSearchDB
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()
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[ServiceConfiguration(ServiceType = typeof(IPageQuickSearch))]
public class PageQuickSearchDB : DataAccessBase, IPageQuickSearch
Constructors
PageQuickSearchDB(IDatabaseHandler)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public PageQuickSearchDB(IDatabaseHandler databaseHandler)
Parameters
Methods
CreateFolderIDLookup()
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public 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
public 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
public ContentReference FindByFolderID(int folderID)
Parameters
Type |
Name |
Description |
System.Int32 |
folderID |
|
Returns
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
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 |
|
Implements
Extension Methods