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