TICDSDropboxSDKBasedDocumentClientDeletionOperation Class Reference
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
propertyDBRestClient
for use by this operation for methods relating to the global application directory.
Paths
-
clientDevicesDirectoryPath
The path to the
propertyClientDevices
directory. -
thisDocumentDeletedClientsDirectoryPath
The path to the document’s
propertyDeletedClients
directory. -
thisDocumentSyncChangesDirectoryPath
The path to the document’s
propertySyncChanges
directory. -
thisDocumentSyncCommandsDirectoryPath
The path to the document’s
propertySyncCommands
directory. -
thisDocumentRecentSyncsDirectoryPath
The path to the document’s
propertyRecentSyncs
directory. -
thisDocumentWholeStoreDirectoryPath
The path to the document’s
propertyWholeStore
directory.
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