Dropbox .NET SDK

Class GetTeamEventsContinueArg

The get team events continue arg object

Inheritance
object
GetTeamEventsContinueArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GetTeamEventsContinueArg

Constructors

View Source

GetTeamEventsContinueArg(string)

Initializes a new instance of the GetTeamEventsContinueArg class.

Declaration
public GetTeamEventsContinueArg(string cursor)
Parameters
Type Name Description
string cursor

Indicates from what point to get the next set of events.

Properties

View Source

Cursor

Indicates from what point to get the next set of events.

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