Dropbox .NET SDK
Show / Hide Table of Contents

Class PropertiesSearchContinueError.Reset

Indicates that the cursor has been invalidated. Call PropertiesSearchAsync(PropertiesSearchArg) to obtain a new cursor.

Inheritance
object
PropertiesSearchContinueError
PropertiesSearchContinueError.Reset
Inherited Members
PropertiesSearchContinueError.IsReset
PropertiesSearchContinueError.AsReset
PropertiesSearchContinueError.IsOther
PropertiesSearchContinueError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public sealed class PropertiesSearchContinueError.Reset : PropertiesSearchContinueError

Fields

View Source

Instance

A singleton instance of Reset

Declaration
public static readonly PropertiesSearchContinueError.Reset Instance
Field Value
Type Description
PropertiesSearchContinueError.Reset
  • View Source
In this article
Back to top Dropbox .NET SDK