Class AddFolderMemberError.TooManyMembers
The value is the member limit that was reached.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class AddFolderMemberError.TooManyMembers : AddFolderMemberError
Constructors
View SourceTooManyMembers(ulong)
Initializes a new instance of the AddFolderMemberError.TooManyMembers class.
Declaration
public TooManyMembers(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 |