TICDSDropboxSDKBasedPostSynchronizationOperation Class Reference
Inherits from | TICDSPostSynchronizationOperation : TICDSOperation : NSOperation |
Conforms to | DBRestClientDelegate |
Declared in | TICDSDropboxSDKBasedPostSynchronizationOperation.h |
Overview
TICDSDropboxSDKBasedPostSynchronizationOperation
is a synchronization operation designed for use with a TICDSDropboxSDKBasedDocumentSyncManager
.
Tasks
Properties
-
restClient
The DropboxSDK
propertyDBRestClient
for use by this operation.
Paths
-
thisDocumentSyncChangesDirectoryPath
The path to this document’s
propertySyncChanges
directory. -
thisDocumentSyncChangesThisClientDirectoryPath
The path this client’s directory inside this document’s
propertySyncChanges
directory. -
thisDocumentRecentSyncsThisClientFilePath
The path this client’s RecentSync file inside this document’s
propertyRecentSyncs
directory.
Properties
restClient
The DropboxSDK DBRestClient
for use by this operation.
@property (nonatomic, readonly) DBRestClient *restClient
Declared In
TICDSDropboxSDKBasedPostSynchronizationOperation.h
thisDocumentRecentSyncsThisClientFilePath
The path this client’s RecentSync file inside this document’s RecentSyncs
directory.
@property (copy) NSString *thisDocumentRecentSyncsThisClientFilePath
Declared In
TICDSDropboxSDKBasedPostSynchronizationOperation.h