Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderListContinueArg

The team folder list continue arg object

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

Constructors

View Source

TeamFolderListContinueArg(string)

Initializes a new instance of the TeamFolderListContinueArg class.

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

Indicates from what point to get the next set of team folders.

Properties

View Source

Cursor

Indicates from what point to get the next set of team folders.

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