Show / Hide Table of Contents

Class GetTeamEventsContinueArg

The get team events continue arg object

Inheritance
System.Object
GetTeamEventsContinueArg
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GetTeamEventsContinueArg

Constructors

| Improve this Doc View Source

GetTeamEventsContinueArg(String)

Initializes a new instance of the GetTeamEventsContinueArg class.

Declaration
public GetTeamEventsContinueArg(string cursor)
Parameters
Type Name Description
System.String cursor

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

Properties

| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetTeamEventsContinueArg(String)
  • Properties
    • Cursor
Back to top Generated by DocFX