Dropbox .NET SDK

Class GetTeamEventsContinueError.Reset

Cursors are intended to be used quickly. Individual cursor values are normally valid for days, but in rare cases may be reset sooner. Cursor reset errors should be handled by fetching a new cursor from GetEventsAsync(GetTeamEventsArg). The associated value is the approximate timestamp of the most recent event returned by the cursor. This should be used as a resumption point when calling GetEventsAsync(GetTeamEventsArg) to obtain a new cursor.

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

Constructors

View Source

Reset(DateTime)

Initializes a new instance of the GetTeamEventsContinueError.Reset class.

Declaration
public Reset(DateTime value)
Parameters
Type Name Description
DateTime value

The value

Properties

View Source

Value

Gets the value of this instance.

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