Dropbox .NET SDK
Show / Hide Table of Contents

Class PropertiesSearchArg

The properties search arg object

Inheritance
object
PropertiesSearchArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertiesSearchArg

Constructors

View Source

PropertiesSearchArg(IEnumerable<PropertiesSearchQuery>, TemplateFilter)

Initializes a new instance of the PropertiesSearchArg class.

Declaration
public PropertiesSearchArg(IEnumerable<PropertiesSearchQuery> queries, TemplateFilter templateFilter = null)
Parameters
Type Name Description
IEnumerable<PropertiesSearchQuery> queries

Queries to search.

TemplateFilter templateFilter

Filter results to contain only properties associated with these template IDs.

Properties

View Source

Queries

Queries to search.

Declaration
public IList<PropertiesSearchQuery> Queries { get; protected set; }
Property Value
Type Description
IList<PropertiesSearchQuery>
View Source

TemplateFilter

Filter results to contain only properties associated with these template IDs.

Declaration
public TemplateFilter TemplateFilter { get; protected set; }
Property Value
Type Description
TemplateFilter
  • View Source
In this article
Back to top Dropbox .NET SDK