Inherits from TICDSDocumentDeletionOperation : TICDSOperation : NSOperation
Conforms to DBRestClientDelegate
Declared in TICDSDropboxSDKBasedDocumentDeletionOperation.h

Overview

TICDSDropboxSDKBasedDocumentDeletionOperation is a Document Deletion operation designed for use with a TICDSDropboxSDKBasedDocumentSyncManager.

Tasks

Properties

  •   restClient

    The DropboxSDK DBRestClient for use by this operation.

    property

Paths

Properties

deletedDocumentsDirectoryIdentifierPlistFilePath

The path to the document’s identifier.plist file inside the application’s DeletedDocuments directory.

@property (copy) NSString *deletedDocumentsDirectoryIdentifierPlistFilePath

Declared In

TICDSDropboxSDKBasedDocumentDeletionOperation.h

documentDirectoryPath

The path to the directory that should be deleted.

@property (copy) NSString *documentDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentDeletionOperation.h

documentInfoPlistFilePath

The path to the document’s documentInfo.plist file.

@property (copy) NSString *documentInfoPlistFilePath

Declared In

TICDSDropboxSDKBasedDocumentDeletionOperation.h

restClient

The DropboxSDK DBRestClient for use by this operation.

@property (nonatomic, readonly) DBRestClient *restClient

Declared In

TICDSDropboxSDKBasedDocumentDeletionOperation.h