Show / Hide Table of Contents

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 Source

PropertiesSearchQuery(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 Source

LogicalOperator

The logical operator with which to append the query.

Declaration
public LogicalOperator LogicalOperator { get; protected set; }
Property Value
Type Description
LogicalOperator
| Improve this Doc View Source

Mode

The mode with which to perform the search.

Declaration
public PropertiesSearchMode Mode { get; protected set; }
Property Value
Type Description
PropertiesSearchMode
| Improve this Doc View Source

Query

The property field value for which to search across templates.

Declaration
public string Query { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PropertiesSearchQuery(String, PropertiesSearchMode, LogicalOperator)
  • Properties
    • LogicalOperator
    • Mode
    • Query
Back to top Generated by DocFX