Inherits from TICDSPostSynchronizationOperation : TICDSOperation : NSOperation
Conforms to DBRestClientDelegate
Declared in TICDSDropboxSDKBasedPostSynchronizationOperation.h

Overview

TICDSDropboxSDKBasedPostSynchronizationOperation is a synchronization operation designed for use with a TICDSDropboxSDKBasedDocumentSyncManager.

Tasks

Properties

Paths

Properties

restClient

The DropboxSDK DBRestClient for use by this operation.

@property (nonatomic, readonly) DBRestClient *restClient

Declared In

TICDSDropboxSDKBasedPostSynchronizationOperation.h

thisDocumentRecentSyncsThisClientFilePath

The path this client’s RecentSync file inside this document’s RecentSyncs directory.

@property (copy) NSString *thisDocumentRecentSyncsThisClientFilePath

Declared In

TICDSDropboxSDKBasedPostSynchronizationOperation.h

thisDocumentSyncChangesDirectoryPath

The path to this document’s SyncChanges directory.

@property (copy) NSString *thisDocumentSyncChangesDirectoryPath

Declared In

TICDSDropboxSDKBasedPostSynchronizationOperation.h

thisDocumentSyncChangesThisClientDirectoryPath

The path this client’s directory inside this document’s SyncChanges directory.

@property (copy) NSString *thisDocumentSyncChangesThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedPostSynchronizationOperation.h