Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderListArg

The team folder list arg object

Inheritance
object
TeamFolderListArg
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 TeamFolderListArg

Constructors

View Source

TeamFolderListArg(uint)

Initializes a new instance of the TeamFolderListArg class.

Declaration
public TeamFolderListArg(uint limit = 1000)
Parameters
Type Name Description
uint limit

The maximum number of results to return per request.

Properties

View Source

Limit

The maximum number of results to return per request.

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