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
-
restClient
The DropboxSDK
propertyDBRestClient
for use by this operation.
Paths
-
documentDirectoryPath
The path to the directory that should be deleted.
property -
documentInfoPlistFilePath
The path to the document’s
propertydocumentInfo.plist
file. -
deletedDocumentsDirectoryIdentifierPlistFilePath
The path to the document’s
propertyidentifier.plist
file inside the application’sDeletedDocuments
directory.
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