Class PropertiesSearchResult
The properties search result object
Inheritance
System.Object
PropertiesSearchResult
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 PropertiesSearchResult
Constructors
| Improve this Doc View SourcePropertiesSearchResult(IEnumerable<PropertiesSearchMatch>, String)
Initializes a new instance of the Properties
Declaration
public PropertiesSearchResult(IEnumerable<PropertiesSearchMatch> matches, string cursor = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
matches | A list (possibly empty) of matches for the query. |
System. |
cursor | Pass the cursor into Properties |
Properties
| Improve this Doc View SourceCursor
Pass the cursor into Properties
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Matches
A list (possibly empty) of matches for the query.
Declaration
public IList<PropertiesSearchMatch> Matches { get; protected set; }
Property Value
Type | Description |
---|---|
System. |