Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamNamespacesListArg

The team namespaces list arg object

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

Constructors

View Source

TeamNamespacesListArg(uint)

Initializes a new instance of the TeamNamespacesListArg class.

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

Field is deprecated. Specifying a value here has no effect.

Properties

View Source

Limit

Field is deprecated. Specifying a value here has no effect.

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