TICDSFileManagerBasedDocumentClientDeletionOperation Class Reference
Inherits from | TICDSDocumentClientDeletionOperation : TICDSOperation : NSOperation |
Declared in | TICDSFileManagerBasedDocumentClientDeletionOperation.h |
Overview
TICDSFileManagerBasedDocumentClientDeletionOperation
is a “deletion of client’s data from a document” operation designed for use with a TICDSFileManagerBasedApplicationSyncManager
.
Tasks
Paths
-
clientDevicesDirectoryPath
The path to the
propertyClientDevices
directory. -
thisDocumentDeletedClientsDirectoryPath
The path to the document’s
propertyDeletedClients
directory. -
thisDocumentSyncChangesDirectoryPath
The path to the document’s
propertySyncChanges
directory. -
thisDocumentSyncCommandsDirectoryPath
The path to the document’s
propertySyncCommands
directory. -
thisDocumentRecentSyncsDirectoryPath
The path to the document’s
propertyRecentSync
directory. -
thisDocumentWholeStoreDirectoryPath
The path to the document’s
propertyWholeStore
directory.
Properties
clientDevicesDirectoryPath
The path to the ClientDevices
directory.
@property (copy) NSString *clientDevicesDirectoryPath
Declared In
TICDSFileManagerBasedDocumentClientDeletionOperation.h
thisDocumentDeletedClientsDirectoryPath
The path to the document’s DeletedClients
directory.
@property (copy) NSString *thisDocumentDeletedClientsDirectoryPath
Declared In
TICDSFileManagerBasedDocumentClientDeletionOperation.h
thisDocumentRecentSyncsDirectoryPath
The path to the document’s RecentSync
directory.
@property (copy) NSString *thisDocumentRecentSyncsDirectoryPath
Declared In
TICDSFileManagerBasedDocumentClientDeletionOperation.h
thisDocumentSyncChangesDirectoryPath
The path to the document’s SyncChanges
directory.
@property (copy) NSString *thisDocumentSyncChangesDirectoryPath
Declared In
TICDSFileManagerBasedDocumentClientDeletionOperation.h