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
Properties
-
dbSessionThe DropboxSDK
propertyDBSessionobject to use for Dropbox access. If you don’t set this property, TICoreDataSync will use the[DBSession sharedSession].
Paths
-
applicationDirectoryPathThe path to the root of the application. This will be set automatically when you register and supply a
propertyTICDSFileManagerBasedApplicationSyncManager. -
clientDevicesDirectoryPathThe path to the
propertyClientDevicesdirectory. -
deletedDocumentsDirectoryIdentifierPlistFilePathThe path to this document’s
propertyidentifier.plistfile inside theDeletedDocumentsdirectory. -
documentsDirectoryPathThe path to the
propertyDocumentsdirectory. -
thisDocumentDirectoryPathThe path to this document’s directory inside the
propertyDocumentsdirectory. -
thisDocumentDeletedClientsDirectoryPathThe path to this document’s
propertyDeletedClientsdirectory. -
thisDocumentSyncChangesDirectoryPathThe path to this document’s
propertySyncChangesdirectory. -
thisDocumentSyncChangesThisClientDirectoryPathThe path to this client’s directory inside this document’s
propertySyncChangesdirectory. -
thisDocumentSyncCommandsDirectoryPathThe path to this document’s
propertySyncCommandsdirectory. -
thisDocumentSyncCommandsThisClientDirectoryPathThe path to this client’s directory inside this document’s
propertySyncCommandsdirectory. -
thisDocumentTemporaryWholeStoreThisClientDirectoryPathThe path to this client’s directory inside the
propertyWholeStoredirectory inside this document’sTemporaryFilesdirectory. -
thisDocumentTemporaryWholeStoreFilePathThe path to this client’s temporary
propertyWholeStore.ticdsyncfile. -
thisDocumentTemporaryAppliedSyncChangeSetsFilePathThe path to this client’s temporary
propertyAppliedSyncChangeSets.ticdsyncfile. -
thisDocumentWholeStoreDirectoryPathThe path to this document’s
propertyWholeStoredirectory. -
thisDocumentWholeStoreThisClientDirectoryPathThe path to this client’s directory inside this document’s
propertyWholeStoredirectory. -
thisDocumentWholeStoreFilePathThe path to this client’s
propertyWholeStore.ticdsyncfile. -
thisDocumentAppliedSyncChangeSetsFilePathThe path to this client’s
propertyAppliedSyncChangeSets.ticdsyncfile. -
thisDocumentRecentSyncsDirectoryPathThe path to this document’s
propertyRecentSyncsdirectory. -
thisDocumentRecentSyncsThisClientFilePathThe path to this client’s RecentSync file inside this document’s
propertyRecentSyncsdirectory.
Properties
applicationDirectoryPath
The path to the root of the application. This will be set automatically when you register and supply a TICDSFileManagerBasedApplicationSyncManager.
@property (nonatomic, retain) NSString *applicationDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hclientDevicesDirectoryPath
The path to the ClientDevices directory.
@property (nonatomic, readonly) NSString *clientDevicesDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hdbSession
The DropboxSDK DBSession object to use for Dropbox access. If you don’t set this property, TICoreDataSync will use the [DBSession sharedSession].
@property (nonatomic, retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hdeletedDocumentsDirectoryIdentifierPlistFilePath
The path to this document’s identifier.plist file inside the DeletedDocuments directory.
@property (nonatomic, readonly) NSString *deletedDocumentsDirectoryIdentifierPlistFilePathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hdocumentsDirectoryPath
The path to the Documents directory.
@property (nonatomic, readonly) NSString *documentsDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentAppliedSyncChangeSetsFilePath
The path to this client’s AppliedSyncChangeSets.ticdsync file.
@property (nonatomic, readonly) NSString *thisDocumentAppliedSyncChangeSetsFilePathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentDeletedClientsDirectoryPath
The path to this document’s DeletedClients directory.
@property (nonatomic, readonly) NSString *thisDocumentDeletedClientsDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentDirectoryPath
The path to this document’s directory inside the Documents directory.
@property (nonatomic, readonly) NSString *thisDocumentDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentRecentSyncsDirectoryPath
The path to this document’s RecentSyncs directory.
@property (nonatomic, readonly) NSString *thisDocumentRecentSyncsDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentRecentSyncsThisClientFilePath
The path to this client’s RecentSync file inside this document’s RecentSyncs directory.
@property (nonatomic, readonly) NSString *thisDocumentRecentSyncsThisClientFilePathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentSyncChangesDirectoryPath
The path to this document’s SyncChanges directory.
@property (nonatomic, readonly) NSString *thisDocumentSyncChangesDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentSyncChangesThisClientDirectoryPath
The path to this client’s directory inside this document’s SyncChanges directory.
@property (nonatomic, readonly) NSString *thisDocumentSyncChangesThisClientDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentSyncCommandsDirectoryPath
The path to this document’s SyncCommands directory.
@property (nonatomic, readonly) NSString *thisDocumentSyncCommandsDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentSyncCommandsThisClientDirectoryPath
The path to this client’s directory inside this document’s SyncCommands directory.
@property (nonatomic, readonly) NSString *thisDocumentSyncCommandsThisClientDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentTemporaryAppliedSyncChangeSetsFilePath
The path to this client’s temporary AppliedSyncChangeSets.ticdsync file.
@property (nonatomic, readonly) NSString *thisDocumentTemporaryAppliedSyncChangeSetsFilePathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentTemporaryWholeStoreFilePath
The path to this client’s temporary WholeStore.ticdsync file.
@property (nonatomic, readonly) NSString *thisDocumentTemporaryWholeStoreFilePathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentTemporaryWholeStoreThisClientDirectoryPath
The path to this client’s directory inside the WholeStore directory inside this document’s TemporaryFiles directory.
@property (nonatomic, readonly) NSString *thisDocumentTemporaryWholeStoreThisClientDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.hthisDocumentWholeStoreDirectoryPath
The path to this document’s WholeStore directory.
@property (nonatomic, readonly) NSString *thisDocumentWholeStoreDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentSyncManager.h