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

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

thisDocumentWholeStoreFilePath

The path to this client’s WholeStore.ticdsync file.

@property (weak, nonatomic, readonly) NSString *thisDocumentWholeStoreFilePath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentWholeStoreThisClientDirectoryPath

The path to this client’s directory inside this document’s WholeStore directory.

@property (weak, nonatomic, readonly) NSString *thisDocumentWholeStoreThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h