TICDSDropboxSDKBasedPreSynchronizationOperation Class Reference
Inherits from | TICDSPreSynchronizationOperation : TICDSOperation : NSOperation |
Conforms to | DBRestClientDelegate |
Declared in | TICDSDropboxSDKBasedPreSynchronizationOperation.h |
Overview
TICDSDropboxSDKBasedPreSynchronizationOperation
is a synchronization operation designed for use with a TICDSDropboxSDKBasedDocumentSyncManager
.
Tasks
Properties
-
restClient
The DropboxSDK
propertyDBRestClient
for use by this operation.
Paths
-
thisDocumentDirectoryPath
The path to this document’s directory.
property -
thisDocumentSyncChangesDirectoryPath
The path to this document’s
propertySyncChanges
directory. -
– pathToSyncChangesDirectoryForClientWithIdentifier:
The path to a given client’s
SyncChanges
directory. -
– pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:
The path to a
SyncChangeSet
uploaded by a given client.
Properties
restClient
The DropboxSDK DBRestClient
for use by this operation.
@property (nonatomic, readonly) DBRestClient *restClient
Declared In
TICDSDropboxSDKBasedPreSynchronizationOperation.h
Instance Methods
pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:
The path to a SyncChangeSet
uploaded by a given client.
- (NSString *)pathToSyncChangeSetWithIdentifier:(NSString *)aChangeSetIdentifier forClientWithIdentifier:(NSString *)aClientIdentifier
Parameters
- aChangeSetIdentifier
The unique identifier of the sync change set.
- aClientIdentifier
The unique sync identifier of the client.
Declared In
TICDSDropboxSDKBasedPreSynchronizationOperation.h
pathToSyncChangesDirectoryForClientWithIdentifier:
The path to a given client’s SyncChanges
directory.
- (NSString *)pathToSyncChangesDirectoryForClientWithIdentifier:(NSString *)anIdentifier
Parameters
- anIdentifier
The unique sync identifier of the document.
Declared In
TICDSDropboxSDKBasedPreSynchronizationOperation.h