TICDSFileManagerBasedDocumentRegistrationOperation Class Reference
| Inherits from | TICDSDocumentRegistrationOperation : TICDSOperation : NSOperation |
| Declared in | TICDSFileManagerBasedDocumentRegistrationOperation.h |
Overview
TICDSFileManagerBasedDocumentRegistrationOperation is a document registration operation designed for use with a TICDSFileManagerBasedDocumentSyncManager.
Tasks
Paths
-
documentsDirectoryPathThe path to the
propertyDocumentsdirectory. -
clientDevicesDirectoryPathThe path to the
propertyClientDevicesdirectory. -
deletedDocumentsThisDocumentIdentifierPlistPathThe path to the document’s
propertyidentifier.plistfile inside theDeletedDocumentsdirectory. -
thisDocumentDeletedClientsDirectoryPathThe path to this document’s
propertyDeletedClientsdirectory. -
thisDocumentDirectoryPathThe path to this document’s directory inside the
propertyDocumentsdirectory. -
thisDocumentSyncChangesThisClientDirectoryPathThe path to this client’s directory inside this document’s
propertySyncChangesdirectory. -
thisDocumentSyncCommandsThisClientDirectoryPathThe path to this client’s directory inside this document’s
propertySyncCommandsdirectory.
Properties
clientDevicesDirectoryPath
The path to the ClientDevices directory.
@property (retain) NSString *clientDevicesDirectoryPathDeclared In
TICDSFileManagerBasedDocumentRegistrationOperation.hdeletedDocumentsThisDocumentIdentifierPlistPath
The path to the document’s identifier.plist file inside the DeletedDocuments directory.
@property (retain) NSString *deletedDocumentsThisDocumentIdentifierPlistPathDeclared In
TICDSFileManagerBasedDocumentRegistrationOperation.hdocumentsDirectoryPath
The path to the Documents directory.
@property (retain) NSString *documentsDirectoryPathDeclared In
TICDSFileManagerBasedDocumentRegistrationOperation.hthisDocumentDeletedClientsDirectoryPath
The path to this document’s DeletedClients directory.
@property (retain) NSString *thisDocumentDeletedClientsDirectoryPathDeclared In
TICDSFileManagerBasedDocumentRegistrationOperation.hthisDocumentDirectoryPath
The path to this document’s directory inside the Documents directory.
@property (retain) NSString *thisDocumentDirectoryPathDeclared In
TICDSFileManagerBasedDocumentRegistrationOperation.h