Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingAllowlistListArg

The sharing allowlist list arg object

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

Constructors

View Source

SharingAllowlistListArg(uint)

Initializes a new instance of the SharingAllowlistListArg class.

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

The number of entries to fetch at one time.

Properties

View Source

Limit

The number of entries to fetch at one time.

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