Class SearchDetails
Details to perform a search with
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dapplo.Confluence.Entities
Assembly: Dapplo.Confluence.dll
Syntax
public class SearchDetails : PagingInformation
Constructors
| Improve this Doc View SourceSearchDetails(IFinalClause)
Default constructor using a IFinalClause
Declaration
public SearchDetails(IFinalClause cql)
Parameters
Type | Name | Description |
---|---|---|
IFinalClause | cql | IFinalClause |
Properties
| Improve this Doc View SourceCql
Specify the Confluence query language
Declaration
public IFinalClause Cql { get; set; }
Property Value
Type | Description |
---|---|
IFinalClause |
CqlContext
The context to execute a cql search in, this is the json serialized form of SearchContext
Declaration
public string CqlContext { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpandSearch
Specify the search expand values, default is what is specified in the ConfluenceClientConfig.ExpandSearch
Declaration
public IEnumerable<string> ExpandSearch { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |