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
-
documentsDirectoryPath
The path to the
propertyDocuments
directory. -
clientDevicesDirectoryPath
The path to the
propertyClientDevices
directory. -
deletedDocumentsThisDocumentIdentifierPlistPath
The path to the document’s
propertyidentifier.plist
file inside theDeletedDocuments
directory. -
thisDocumentDeletedClientsDirectoryPath
The path to this document’s
propertyDeletedClients
directory. -
thisDocumentDirectoryPath
The path to this document’s directory inside the
propertyDocuments
directory. -
thisDocumentSyncChangesThisClientDirectoryPath
The path to this client’s directory inside this document’s
propertySyncChanges
directory. -
thisDocumentSyncCommandsThisClientDirectoryPath
The path to this client’s directory inside this document’s
propertySyncCommands
directory.
Properties
clientDevicesDirectoryPath
The path to the ClientDevices
directory.
@property (copy) NSString *clientDevicesDirectoryPath
Declared In
TICDSFileManagerBasedDocumentRegistrationOperation.h
deletedDocumentsThisDocumentIdentifierPlistPath
The path to the document’s identifier.plist
file inside the DeletedDocuments
directory.
@property (copy) NSString *deletedDocumentsThisDocumentIdentifierPlistPath
Declared In
TICDSFileManagerBasedDocumentRegistrationOperation.h
documentsDirectoryPath
The path to the Documents
directory.
@property (copy) NSString *documentsDirectoryPath
Declared In
TICDSFileManagerBasedDocumentRegistrationOperation.h
thisDocumentDeletedClientsDirectoryPath
The path to this document’s DeletedClients
directory.
@property (copy) NSString *thisDocumentDeletedClientsDirectoryPath
Declared In
TICDSFileManagerBasedDocumentRegistrationOperation.h
thisDocumentDirectoryPath
The path to this document’s directory inside the Documents
directory.
@property (copy) NSString *thisDocumentDirectoryPath
Declared In
TICDSFileManagerBasedDocumentRegistrationOperation.h