Class PropertiesSearchQuery
The properties search query object
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertiesSearchQuery
Constructors
View SourcePropertiesSearchQuery(string, PropertiesSearchMode, LogicalOperator)
Initializes a new instance of the PropertiesSearchQuery class.
Declaration
public PropertiesSearchQuery(string query, PropertiesSearchMode mode, LogicalOperator logicalOperator = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | query | The property field value for which to search across templates. |
| PropertiesSearchMode | mode | The mode with which to perform the search. |
| LogicalOperator | logicalOperator | The logical operator with which to append the query. |
Properties
View SourceLogicalOperator
The logical operator with which to append the query.
Declaration
public LogicalOperator LogicalOperator { get; protected set; }
Property Value
| Type | Description |
|---|---|
| LogicalOperator |
Mode
The mode with which to perform the search.
Declaration
public PropertiesSearchMode Mode { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PropertiesSearchMode |
Query
The property field value for which to search across templates.
Declaration
public string Query { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |