DropBox コンストラクタ
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As Dropbox.Api.DropboxClient _
)
public DropBoxStorage(
System.string ,
System.string ,
Dropbox.Api.DropboxClient
)
パラメータ
- name
- ファイル名
- path
- ファイルパス
- dbClient
- DropboxClient インスタンス
参照