Class PropertiesSearchQuery
The properties search query object
Inheritance
System.Object
PropertiesSearchQuery
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: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertiesSearchQuery
Constructors
| Improve this Doc 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 |
---|---|---|
System.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
| Improve this Doc 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 |
---|---|
System.String |