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

  •   dbSession

    The DropboxSDK DBSession object to use for Dropbox access. If you don’t set this property, TICoreDataSync will use the [DBSession sharedSession].

    property

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, retain) NSString *applicationDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

clientDevicesDirectoryPath

The path to the ClientDevices directory.

@property (nonatomic, readonly) NSString *clientDevicesDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

dbSession

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 *dbSession

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

deletedDocumentsDirectoryIdentifierPlistFilePath

The path to this document’s identifier.plist file inside the DeletedDocuments directory.

@property (nonatomic, readonly) NSString *deletedDocumentsDirectoryIdentifierPlistFilePath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

documentsDirectoryPath

The path to the Documents directory.

@property (nonatomic, readonly) NSString *documentsDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentAppliedSyncChangeSetsFilePath

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

@property (nonatomic, readonly) NSString *thisDocumentAppliedSyncChangeSetsFilePath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentDeletedClientsDirectoryPath

The path to this document’s DeletedClients directory.

@property (nonatomic, readonly) NSString *thisDocumentDeletedClientsDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentDirectoryPath

The path to this document’s directory inside the Documents directory.

@property (nonatomic, readonly) NSString *thisDocumentDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentRecentSyncsDirectoryPath

The path to this document’s RecentSyncs directory.

@property (nonatomic, readonly) NSString *thisDocumentRecentSyncsDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentRecentSyncsThisClientFilePath

The path to this client’s RecentSync file inside this document’s RecentSyncs directory.

@property (nonatomic, readonly) NSString *thisDocumentRecentSyncsThisClientFilePath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentSyncChangesDirectoryPath

The path to this document’s SyncChanges directory.

@property (nonatomic, readonly) NSString *thisDocumentSyncChangesDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentSyncChangesThisClientDirectoryPath

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

@property (nonatomic, readonly) NSString *thisDocumentSyncChangesThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentSyncCommandsDirectoryPath

The path to this document’s SyncCommands directory.

@property (nonatomic, readonly) NSString *thisDocumentSyncCommandsDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentSyncCommandsThisClientDirectoryPath

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

@property (nonatomic, readonly) NSString *thisDocumentSyncCommandsThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentTemporaryAppliedSyncChangeSetsFilePath

The path to this client’s temporary AppliedSyncChangeSets.ticdsync file.

@property (nonatomic, readonly) NSString *thisDocumentTemporaryAppliedSyncChangeSetsFilePath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentTemporaryWholeStoreFilePath

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

@property (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 (nonatomic, readonly) NSString *thisDocumentTemporaryWholeStoreThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentWholeStoreDirectoryPath

The path to this document’s WholeStore directory.

@property (nonatomic, readonly) NSString *thisDocumentWholeStoreDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentWholeStoreFilePath

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

@property (nonatomic, readonly) NSString *thisDocumentWholeStoreFilePath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h

thisDocumentWholeStoreThisClientDirectoryPath

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

@property (nonatomic, readonly) NSString *thisDocumentWholeStoreThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentSyncManager.h