Inherits from TICDSListOfPreviouslySynchronizedDocumentsOperation : TICDSOperation : NSOperation
Conforms to DBRestClientDelegate
Declared in TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation.h

Overview

TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation is a “List of Previously Synchronized Documents” operation designed for use with a TICDSDropboxSDKBasedDocumentSyncManager.

Tasks

Properties

  •   restClient

    The DropboxSDK DBRestClient for use by this operation.

    property

Paths

Properties

documentsDirectoryPath

The path to the Documents directory.

@property (copy) NSString *documentsDirectoryPath

Declared In

TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation.h

restClient

The DropboxSDK DBRestClient for use by this operation.

@property (nonatomic, readonly) DBRestClient *restClient

Declared In

TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation.h

Instance Methods

pathToDocumentInfoForDocumentWithIdentifier:

Returns the path to the documentInfo.plist file for a document with the specified identifier.

- (NSString *)pathToDocumentInfoForDocumentWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The identifier of the document.

Return Value

A path to the specified document.

Declared In

TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation.h

pathToDocumentRecentSyncsDirectoryForIdentifier:

Returns the path to the RecentSyncs directory for a document with the specified identifier.

- (NSString *)pathToDocumentRecentSyncsDirectoryForIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The identifier of the document.

Return Value

A path to the RecentSyncs directory.

Declared In

TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation.h