Class PropertiesSearchArg
The properties search arg object
Inheritance
System.Object
PropertiesSearchArg
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 PropertiesSearchArg
Constructors
| Improve this Doc View SourcePropertiesSearchArg(IEnumerable<PropertiesSearchQuery>, TemplateFilter)
Initializes a new instance of the PropertiesSearchArg class.
Declaration
public PropertiesSearchArg(IEnumerable<PropertiesSearchQuery> queries, TemplateFilter templateFilter = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<PropertiesSearchQuery> | queries | Queries to search. |
TemplateFilter | templateFilter | Filter results to contain only properties associated with these template IDs. |
Properties
| Improve this Doc View SourceQueries
Queries to search.
Declaration
public IList<PropertiesSearchQuery> Queries { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<PropertiesSearchQuery> |
TemplateFilter
Filter results to contain only properties associated with these template IDs.
Declaration
public TemplateFilter TemplateFilter { get; protected set; }
Property Value
Type | Description |
---|---|
TemplateFilter |