TICDSDropboxSDKBasedDocumentSyncManager Class Reference
Inherits from | TICDSDocumentSyncManager : NSObject |
Declared in | TICDSDropboxSDKBasedDocumentSyncManager.h |
Overview
The TICDSDropboxSDKBasedDocumentSyncManager
describes a class used to synchronize an iOS document with a remote service that can be accessed via the Dropbox SDK.
The requirements are the same as for the TICDSDropboxSDKBasedApplicationSyncManager
.
Note that if you wish to use a DBSession
object other than the default session, you will need to specify this on each document sync manager you create before calling any other methods.
Tasks
Paths
-
applicationDirectoryPath
The path to the root of the application. This will be set automatically when you register and supply a
propertyTICDSFileManagerBasedApplicationSyncManager
. -
clientDevicesDirectoryPath
The path to the
propertyClientDevices
directory. -
deletedDocumentsDirectoryIdentifierPlistFilePath
The path to this document’s
propertyidentifier.plist
file inside theDeletedDocuments
directory. -
documentsDirectoryPath
The path to the
propertyDocuments
directory. -
thisDocumentDirectoryPath
The path to this document’s directory inside the
propertyDocuments
directory. -
thisDocumentDeletedClientsDirectoryPath
The path to this document’s
propertyDeletedClients
directory. -
thisDocumentSyncChangesDirectoryPath
The path to this document’s
propertySyncChanges
directory. -
thisDocumentSyncChangesThisClientDirectoryPath
The path to this client’s directory inside this document’s
propertySyncChanges
directory. -
thisDocumentSyncCommandsDirectoryPath
The path to this document’s
propertySyncCommands
directory. -
thisDocumentSyncCommandsThisClientDirectoryPath
The path to this client’s directory inside this document’s
propertySyncCommands
directory. -
thisDocumentTemporaryWholeStoreThisClientDirectoryPath
The path to this client’s directory inside the
propertyWholeStore
directory inside this document’sTemporaryFiles
directory. -
thisDocumentTemporaryWholeStoreFilePath
The path to this client’s temporary
propertyWholeStore.ticdsync
file. -
thisDocumentTemporaryAppliedSyncChangeSetsFilePath
The path to this client’s temporary
propertyAppliedSyncChangeSets.ticdsync
file. -
thisDocumentWholeStoreDirectoryPath
The path to this document’s
propertyWholeStore
directory. -
thisDocumentWholeStoreThisClientDirectoryPath
The path to this client’s directory inside this document’s
propertyWholeStore
directory. -
thisDocumentWholeStoreFilePath
The path to this client’s
propertyWholeStore.ticdsync
file. -
thisDocumentAppliedSyncChangeSetsFilePath
The path to this client’s
propertyAppliedSyncChangeSets.ticdsync
file. -
thisDocumentRecentSyncsDirectoryPath
The path to this document’s
propertyRecentSyncs
directory. -
thisDocumentRecentSyncsThisClientFilePath
The path to this client’s RecentSync file inside this document’s
propertyRecentSyncs
directory.
Properties
applicationDirectoryPath
The path to the root of the application. This will be set automatically when you register and supply a TICDSFileManagerBasedApplicationSyncManager
.
@property (nonatomic, copy) NSString *applicationDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
clientDevicesDirectoryPath
The path to the ClientDevices
directory.
@property (weak, nonatomic, readonly) NSString *clientDevicesDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
deletedDocumentsDirectoryIdentifierPlistFilePath
The path to this document’s identifier.plist
file inside the DeletedDocuments
directory.
@property (weak, nonatomic, readonly) NSString *deletedDocumentsDirectoryIdentifierPlistFilePath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
documentsDirectoryPath
The path to the Documents
directory.
@property (weak, nonatomic, readonly) NSString *documentsDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentAppliedSyncChangeSetsFilePath
The path to this client’s AppliedSyncChangeSets.ticdsync
file.
@property (weak, nonatomic, readonly) NSString *thisDocumentAppliedSyncChangeSetsFilePath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentDeletedClientsDirectoryPath
The path to this document’s DeletedClients
directory.
@property (weak, nonatomic, readonly) NSString *thisDocumentDeletedClientsDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentDirectoryPath
The path to this document’s directory inside the Documents
directory.
@property (weak, nonatomic, readonly) NSString *thisDocumentDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentRecentSyncsDirectoryPath
The path to this document’s RecentSyncs
directory.
@property (weak, nonatomic, readonly) NSString *thisDocumentRecentSyncsDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentRecentSyncsThisClientFilePath
The path to this client’s RecentSync file inside this document’s RecentSyncs
directory.
@property (weak, nonatomic, readonly) NSString *thisDocumentRecentSyncsThisClientFilePath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentSyncChangesDirectoryPath
The path to this document’s SyncChanges
directory.
@property (weak, nonatomic, readonly) NSString *thisDocumentSyncChangesDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentSyncChangesThisClientDirectoryPath
The path to this client’s directory inside this document’s SyncChanges
directory.
@property (weak, nonatomic, readonly) NSString *thisDocumentSyncChangesThisClientDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentSyncCommandsDirectoryPath
The path to this document’s SyncCommands
directory.
@property (weak, nonatomic, readonly) NSString *thisDocumentSyncCommandsDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentSyncCommandsThisClientDirectoryPath
The path to this client’s directory inside this document’s SyncCommands
directory.
@property (weak, nonatomic, readonly) NSString *thisDocumentSyncCommandsThisClientDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentTemporaryAppliedSyncChangeSetsFilePath
The path to this client’s temporary AppliedSyncChangeSets.ticdsync
file.
@property (weak, nonatomic, readonly) NSString *thisDocumentTemporaryAppliedSyncChangeSetsFilePath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentTemporaryWholeStoreFilePath
The path to this client’s temporary WholeStore.ticdsync
file.
@property (weak, nonatomic, readonly) NSString *thisDocumentTemporaryWholeStoreFilePath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentTemporaryWholeStoreThisClientDirectoryPath
The path to this client’s directory inside the WholeStore
directory inside this document’s TemporaryFiles
directory.
@property (weak, nonatomic, readonly) NSString *thisDocumentTemporaryWholeStoreThisClientDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h
thisDocumentWholeStoreDirectoryPath
The path to this document’s WholeStore
directory.
@property (weak, nonatomic, readonly) NSString *thisDocumentWholeStoreDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentSyncManager.h