Class PropertySearchDB
Summary description for PropertySearchDB. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
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: 7.19.2Syntax
public class PropertySearchDB : DataAccessBase
Constructors
PropertySearchDB(IDatabaseHandler)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public PropertySearchDB(IDatabaseHandler databaseHandler)
Parameters
Type | Name | Description |
---|---|---|
IDatabaseHandler | databaseHandler |
Methods
FindPagesWithCriteria(Int32, PropertyCriteriaCollection, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual IList<int> FindPagesWithCriteria(int pageID, PropertyCriteriaCollection criterias, string languageBranch)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageID | |
PropertyCriteriaCollection | criterias | |
System.String | languageBranch |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
FindPagesWithProperty(Int32, String, String, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual PageReference[] FindPagesWithProperty(int pageID, string findPropertyName, string excludePropertyName, string languageBranch)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageID | |
System.String | findPropertyName | |
System.String | excludePropertyName | |
System.String | languageBranch |
Returns
Type | Description |
---|---|
PageReference[] |
FindPagesWithSingleCriteria(Int32, PropertyCriteria, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual IList<int> FindPagesWithSingleCriteria(int pageID, PropertyCriteria criteria, string languageBranch)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageID | |
PropertyCriteria | criteria | |
System.String | languageBranch |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |