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
-
clientDevicesDirectoryPathThe path to the
propertyClientDevicesdirectory. -
thisDocumentDeletedClientsDirectoryPathThe path to the document’s
propertyDeletedClientsdirectory. -
thisDocumentSyncChangesDirectoryPathThe path to the document’s
propertySyncChangesdirectory. -
thisDocumentSyncCommandsDirectoryPathThe path to the document’s
propertySyncCommandsdirectory. -
thisDocumentRecentSyncsDirectoryPathThe path to the document’s
propertyRecentSyncdirectory. -
thisDocumentWholeStoreDirectoryPathThe path to the document’s
propertyWholeStoredirectory.
Properties
clientDevicesDirectoryPath
The path to the ClientDevices directory.
@property (retain) NSString *clientDevicesDirectoryPathDeclared In
TICDSFileManagerBasedDocumentClientDeletionOperation.hthisDocumentDeletedClientsDirectoryPath
The path to the document’s DeletedClients directory.
@property (retain) NSString *thisDocumentDeletedClientsDirectoryPathDeclared In
TICDSFileManagerBasedDocumentClientDeletionOperation.hthisDocumentRecentSyncsDirectoryPath
The path to the document’s RecentSync directory.
@property (retain) NSString *thisDocumentRecentSyncsDirectoryPathDeclared In
TICDSFileManagerBasedDocumentClientDeletionOperation.hthisDocumentSyncChangesDirectoryPath
The path to the document’s SyncChanges directory.
@property (retain) NSString *thisDocumentSyncChangesDirectoryPathDeclared In
TICDSFileManagerBasedDocumentClientDeletionOperation.h