Android Programming Press on the image to return to the main documentation page.

iDropboxSync

List of types:

DbxAccountManager
DbxFileInfo

DbxAccountManager

iDropboxSync.h
iDropboxSync

Created by b4j on 9/14/14.
Copyright (c) 2014 Anywhere Software. All rights reserved.

Events:

AccountReady (Success As Boolean)
DownloadCompleted (Success As Boolean, LocalDir As String, LocalFile As String)

Members:


  CreateFolder (Dir As String)

  Delete (Dir As String, FileName As String)

  DownloadFile (RemoteDir As String, RemoteFile As String, LocalDir As String, LocalFile As String)

  HandleOpenUrl (Url As String)

  Initialize (AppKey As String, AppSecret As String, EventName As String)

  LinkAccount (Page As Object)

  ListFiles (Dir As String) As Object

  UnlinkAccount

  UploadFile (LocalDir As String, LocalFile As String, RemoteDir As String, RemoteFile As String)

Members description:

CreateFolder (Dir As String)
Delete (Dir As String, FileName As String)
DownloadFile (RemoteDir As String, RemoteFile As String, LocalDir As String, LocalFile As String)
HandleOpenUrl (Url As String)
Initialize (AppKey As String, AppSecret As String, EventName As String)
LinkAccount (Page As Object)
ListFiles (Dir As String) As Object
UnlinkAccount
UploadFile (LocalDir As String, LocalFile As String, RemoteDir As String, RemoteFile As String)

DbxFileInfo


Events:

None

Members:


  IsFolder As Boolean [read only]

  IsInitialized As Boolean

  ModifiedTime As Long [read only]

  Name As String [read only]

  Size As Long [read only]

  Tag As Object

Members description:

IsFolder As Boolean [read only]
IsInitialized As Boolean
Tests whether this object was initialized.
ModifiedTime As Long [read only]
Name As String [read only]
Size As Long [read only]
Tag As Object
Gets or sets the Tag object. This is a placeholder for any object you like to tie to this object.
Top