Inherits from TICDSWholeStoreDownloadOperation : TICDSOperation : NSOperation
Conforms to DBRestClientDelegate
Declared in TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

Overview

TICDSDropboxSDKBasedWholeStoreDownloadOperation is a “whole store download” 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

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

thisDocumentDirectoryPath

The path to this document’s directory.

@property (copy) NSString *thisDocumentDirectoryPath

Declared In

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

thisDocumentWholeStoreDirectoryPath

The path to this document’s WholeStore directory.

@property (copy) NSString *thisDocumentWholeStoreDirectoryPath

Declared In

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

Instance Methods

pathToAppliedSyncChangesFileForClientWithIdentifier:

The path to a given client’s AppliedSyncChanges.ticdsync file within this document’s WholeStore directory.

- (NSString *)pathToAppliedSyncChangesFileForClientWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The unique sync identifier of the document.

Declared In

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

pathToWholeStoreFileForClientWithIdentifier:

The path to a given client’s WholeStore.ticdsync file within this document’s WholeStore directory.

- (NSString *)pathToWholeStoreFileForClientWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The unique sync identifier of the document.

Declared In

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h