Class AddFolderMemberError.TooManyPendingInvites
The value is the pending invite limit that was reached.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class AddFolderMemberError.TooManyPendingInvites : AddFolderMemberError
Constructors
View SourceTooManyPendingInvites(ulong)
Initializes a new instance of the AddFolderMemberError.TooManyPendingInvites class.
Declaration
public TooManyPendingInvites(ulong value)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public ulong Value { get; }
Property Value
| Type | Description |
|---|---|
| ulong |