Inherits from TICDSRemoveAllRemoteSyncDataOperation : TICDSOperation : NSOperation
Conforms to DBRestClientDelegate
Declared in TICDSDropboxSDKBasedRemoveAllRemoteSyncDataOperation.h

Overview

TICDSDropboxSDKBasedApplicationRegistrationOperation is an application registration operation designed for use with a TICDSDropboxSDKBasedApplicationSyncManager.

Tasks

Properties

  •   dbSession

    The DropboxSDK DBSession for use by this operation’s DBRestClient.

    property
  •   restClient

    The DropboxSDK DBRestClient for use by this operation.

    property

Paths

Properties

applicationDirectoryPath

The path to the root of the application.

@property (retain) NSString *applicationDirectoryPath

Declared In

TICDSDropboxSDKBasedRemoveAllRemoteSyncDataOperation.h

dbSession

The DropboxSDK DBSession for use by this operation’s DBRestClient.

@property (retain) DBSession *dbSession

Declared In

TICDSDropboxSDKBasedRemoveAllRemoteSyncDataOperation.h

restClient

The DropboxSDK DBRestClient for use by this operation.

@property (nonatomic, readonly) DBRestClient *restClient

Declared In

TICDSDropboxSDKBasedRemoveAllRemoteSyncDataOperation.h