Class ListFolderLongpollResult
The list folder longpoll result object
Inheritance
System.Object
ListFolderLongpollResult
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class ListFolderLongpollResult
Constructors
| Improve this Doc View SourceListFolderLongpollResult(Boolean, Nullable<UInt64>)
Initializes a new instance of the List
Declaration
public ListFolderLongpollResult(bool changes, ulong? backoff = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
changes | Indicates whether new changes are available. If true, call
List |
System. |
backoff | If present, backoff for at least this many seconds before
calling List |
Properties
| Improve this Doc View SourceBackoff
If present, backoff for at least this many seconds before calling List
Declaration
public ulong? Backoff { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Changes
Indicates whether new changes are available. If true, call List
Declaration
public bool Changes { get; protected set; }
Property Value
Type | Description |
---|---|
System. |