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
-
dbSessionThe DropboxSDK
propertyDBSessionfor use by this operation’sDBRestClient. -
restClientThe DropboxSDK
propertyDBRestClientfor use by this operation for methods relating to the global application directory.
Paths
-
clientDevicesDirectoryPathThe path to the
propertyClientDevicesdirectory. -
thisDocumentDeletedClientsDirectoryPathThe path to the document’s
propertyDeletedClientsdirectory. -
thisDocumentSyncChangesDirectoryPathThe path to the document’s
propertySyncChangesdirectory. -
thisDocumentSyncCommandsDirectoryPathThe path to the document’s
propertySyncCommandsdirectory. -
thisDocumentRecentSyncsDirectoryPathThe path to the document’s
propertyRecentSyncsdirectory. -
thisDocumentWholeStoreDirectoryPathThe path to the document’s
propertyWholeStoredirectory.
Properties
clientDevicesDirectoryPath
The path to the ClientDevices directory.
@property (retain) NSString *clientDevicesDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentClientDeletionOperation.hdbSession
The DropboxSDK DBSession for use by this operation’s DBRestClient.
@property (retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedDocumentClientDeletionOperation.hrestClient
The DropboxSDK DBRestClient for use by this operation for methods relating to the global application directory.
@property (nonatomic, readonly) DBRestClient *restClientDeclared In
TICDSDropboxSDKBasedDocumentClientDeletionOperation.hthisDocumentDeletedClientsDirectoryPath
The path to the document’s DeletedClients directory.
@property (retain) NSString *thisDocumentDeletedClientsDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentClientDeletionOperation.hthisDocumentRecentSyncsDirectoryPath
The path to the document’s RecentSyncs directory.
@property (retain) NSString *thisDocumentRecentSyncsDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentClientDeletionOperation.hthisDocumentSyncChangesDirectoryPath
The path to the document’s SyncChanges directory.
@property (retain) NSString *thisDocumentSyncChangesDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentClientDeletionOperation.h