DropboxAccount Constructors
Provides Dropbox account settings allowing the control to be connected to a Dropbox storage account.| Name | Parameters | Description |
|---|---|---|
| DropboxAccount(String, String, String) | name, accessTokenValue, teamMemberID | Initializes a new instance of the DropboxAccount class with specified settings. |
| DropboxAccount(String, String) | name, accessTokenValue | Initializes a new instance of the DropboxAccount class with specified settings. |
See Also