Inherits from TICDSSynchronizationOperation : TICDSOperation : NSOperation
Conforms to DBRestClientDelegate
Declared in TICDSDropboxSDKBasedSynchronizationOperation.h

Overview

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

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

dbSession

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

@property (retain) DBSession *dbSession

Declared In

TICDSDropboxSDKBasedSynchronizationOperation.h

restClient

The DropboxSDK DBRestClient for use by this operation.

@property (nonatomic, readonly) DBRestClient *restClient

Declared In

TICDSDropboxSDKBasedSynchronizationOperation.h

thisDocumentDirectoryPath

The path to this document’s directory.

@property (retain) NSString *thisDocumentDirectoryPath

Declared In

TICDSDropboxSDKBasedSynchronizationOperation.h

thisDocumentRecentSyncsThisClientFilePath

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

@property (retain) NSString *thisDocumentRecentSyncsThisClientFilePath

Declared In

TICDSDropboxSDKBasedSynchronizationOperation.h

thisDocumentSyncChangesDirectoryPath

The path to this document’s SyncChanges directory.

@property (retain) NSString *thisDocumentSyncChangesDirectoryPath

Declared In

TICDSDropboxSDKBasedSynchronizationOperation.h

thisDocumentSyncChangesThisClientDirectoryPath

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

@property (retain) NSString *thisDocumentSyncChangesThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedSynchronizationOperation.h

Instance Methods

pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:

The path to a SyncChangeSet uploaded by a given client.

- (NSString *)pathToSyncChangeSetWithIdentifier:(NSString *)aChangeSetIdentifier forClientWithIdentifier:(NSString *)aClientIdentifier

Parameters

aChangeSetIdentifier

The unique identifier of the sync change set.

aClientIdentifier

The unique sync identifier of the client.

Declared In

TICDSDropboxSDKBasedSynchronizationOperation.h

pathToSyncChangesDirectoryForClientWithIdentifier:

The path to a given client’s SyncChanges directory.

- (NSString *)pathToSyncChangesDirectoryForClientWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The unique sync identifier of the document.

Declared In

TICDSDropboxSDKBasedSynchronizationOperation.h