Class UnifiedFileQuery
Representing a query to the Lucene Indexing Service for a UnifiedFile.
Inheritance
System.Object
UnifiedFileQuery
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.0Syntax
public class UnifiedFileQuery : IQueryExpression
Examples
Example of how you could search for files.
Constructors
UnifiedFileQuery()
Initializes a new instance of the UnifiedFileQuery class.
Declaration
public UnifiedFileQuery()
Methods
GetQueryExpression()
Gets the query expression for this UnifiedFileQuery instance.
Declaration
public virtual string GetQueryExpression()
Returns
Type | Description |
---|---|
System.String | A query expression string. |
Implements
EPiServer.Search.Queries.IQueryExpression