Show / Hide Table of Contents

Class TeamNamespacesListArg

The team namespaces list arg object

Inheritance
System.Object
TeamNamespacesListArg
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 TeamNamespacesListArg

Constructors

| Improve this Doc View Source

TeamNamespacesListArg(UInt32)

Initializes a new instance of the TeamNamespacesListArg class.

Declaration
public TeamNamespacesListArg(uint limit = 1000U)
Parameters
Type Name Description
System.UInt32 limit

Specifying a value here has no effect.

Properties

| Improve this Doc View Source

Limit

Specifying a value here has no effect.

Declaration
public uint Limit { get; protected set; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamNamespacesListArg(UInt32)
  • Properties
    • Limit
Back to top Generated by DocFX