Inherits from TICDSDocumentClientDeletionOperation : TICDSOperation : NSOperation
Conforms to DBRestClientDelegate
Declared in TICDSDropboxSDKBasedDocumentClientDeletionOperation.h

Overview

TICDSDropboxSDKBasedDocumentClientDeletionOperation is a “deletion of client’s sync data from a document” operation designed for use with a TICDSDropboxSDKBasedDocumentSyncManager.

Tasks

Properties

  •   restClient

    The DropboxSDK DBRestClient for use by this operation for methods relating to the global application directory.

    property

Paths

Properties

clientDevicesDirectoryPath

The path to the ClientDevices directory.

@property (copy) NSString *clientDevicesDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentClientDeletionOperation.h

restClient

The DropboxSDK DBRestClient for use by this operation for methods relating to the global application directory.

@property (nonatomic, readonly) DBRestClient *restClient

Declared In

TICDSDropboxSDKBasedDocumentClientDeletionOperation.h

thisDocumentDeletedClientsDirectoryPath

The path to the document’s DeletedClients directory.

@property (copy) NSString *thisDocumentDeletedClientsDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentClientDeletionOperation.h

thisDocumentRecentSyncsDirectoryPath

The path to the document’s RecentSyncs directory.

@property (copy) NSString *thisDocumentRecentSyncsDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentClientDeletionOperation.h

thisDocumentSyncChangesDirectoryPath

The path to the document’s SyncChanges directory.

@property (copy) NSString *thisDocumentSyncChangesDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentClientDeletionOperation.h

thisDocumentSyncCommandsDirectoryPath

The path to the document’s SyncCommands directory.

@property (copy) NSString *thisDocumentSyncCommandsDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentClientDeletionOperation.h

thisDocumentWholeStoreDirectoryPath

The path to the document’s WholeStore directory.

@property (copy) NSString *thisDocumentWholeStoreDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentClientDeletionOperation.h