Class MembersAddArgBase
The members add arg base object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersAddArgBase
Constructors
View SourceMembersAddArgBase(bool)
Initializes a new instance of the MembersAddArgBase class.
Declaration
public MembersAddArgBase(bool forceAsync = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | forceAsync | Whether to force the add to happen asynchronously. |
Properties
View SourceForceAsync
Whether to force the add to happen asynchronously.
Declaration
public bool ForceAsync { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |