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!

Class UnifiedDirectoryQuery

Representing a query to the Lucene Indexing Service for a UnifiedDirectory.

Inheritance
System.Object
UnifiedDirectoryQuery
Implements
EPiServer.Search.Queries.IQueryExpression
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.Search.Queries.Lucene
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class UnifiedDirectoryQuery : IQueryExpression

Constructors

UnifiedDirectoryQuery()

Initializes a new instance of the UnifiedDirectoryQuery class.

Declaration
public UnifiedDirectoryQuery()

Methods

GetQueryExpression()

Gets the query expression for this UnifiedDirectoryQuery instance.

Declaration
public virtual string GetQueryExpression()
Returns
Type Description
System.String

A query expression string.

Implements

EPiServer.Search.Queries.IQueryExpression

Extension Methods