Inherits from TICDSPreSynchronizationOperation : TICDSOperation : NSOperation
Conforms to DBRestClientDelegate
Declared in TICDSDropboxSDKBasedPreSynchronizationOperation.h

Overview

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

Tasks

Properties

  •   restClient

    The DropboxSDK DBRestClient for use by this operation.

    property

Paths

Properties

restClient

The DropboxSDK DBRestClient for use by this operation.

@property (nonatomic, readonly) DBRestClient *restClient

Declared In

TICDSDropboxSDKBasedPreSynchronizationOperation.h

thisDocumentDirectoryPath

The path to this document’s directory.

@property (copy) NSString *thisDocumentDirectoryPath

Declared In

TICDSDropboxSDKBasedPreSynchronizationOperation.h

thisDocumentSyncChangesDirectoryPath

The path to this document’s SyncChanges directory.

@property (copy) NSString *thisDocumentSyncChangesDirectoryPath

Declared In

TICDSDropboxSDKBasedPreSynchronizationOperation.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

TICDSDropboxSDKBasedPreSynchronizationOperation.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

TICDSDropboxSDKBasedPreSynchronizationOperation.h