Show / Hide Table of Contents

Class TeamFolderListContinueArg

The team folder list continue arg object

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

Constructors

| Improve this Doc View Source

TeamFolderListContinueArg(String)

Initializes a new instance of the TeamFolderListContinueArg class.

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

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

Properties

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