TICDSDropboxSDKBasedDocumentDeletionOperation Class Reference
| 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
-
dbSessionThe DropboxSDK
propertyDBSessionfor use by this operation’sDBRestClient. -
restClientThe DropboxSDK
propertyDBRestClientfor use by this operation.
Paths
-
documentDirectoryPathThe path to the directory that should be deleted.
property -
documentInfoPlistFilePathThe path to the document’s
propertydocumentInfo.plistfile. -
deletedDocumentsDirectoryIdentifierPlistFilePathThe path to the document’s
propertyidentifier.plistfile inside the application’sDeletedDocumentsdirectory.
Properties
dbSession
The DropboxSDK DBSession for use by this operation’s DBRestClient.
@property (retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedDocumentDeletionOperation.hdeletedDocumentsDirectoryIdentifierPlistFilePath
The path to the document’s identifier.plist file inside the application’s DeletedDocuments directory.
@property (retain) NSString *deletedDocumentsDirectoryIdentifierPlistFilePathDeclared In
TICDSDropboxSDKBasedDocumentDeletionOperation.hdocumentDirectoryPath
The path to the directory that should be deleted.
@property (retain) NSString *documentDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentDeletionOperation.h