TICDSFileManagerBasedListOfPreviouslySynchronizedDocumentsOperation Class Reference
Inherits from | TICDSListOfPreviouslySynchronizedDocumentsOperation : TICDSOperation : NSOperation |
Declared in | TICDSFileManagerBasedListOfPreviouslySynchronizedDocumentsOperation.h |
Overview
TICDSFileManagerBasedListOfPreviouslySynchronizedDocumentsOperation
is a “list of previously-synchronized documents” operation designed for use with a TICDSFileManagerBasedApplicationSyncManager
.
Tasks
Paths
-
documentsDirectoryPath
The path to the
propertyDocuments
directory. -
– pathToDocumentInfoForDocumentWithIdentifier:
Returns the path to the
documentInfo.plist
file for a document with the specified identifier. -
– pathToDocumentRecentSyncsDirectoryForIdentifier:
Returns the path to the
RecentSyncs
directory for a document with the specified identifier.
Instance Methods
pathToDocumentInfoForDocumentWithIdentifier:
Returns the path to the documentInfo.plist
file for a document with the specified identifier.
- (NSString *)pathToDocumentInfoForDocumentWithIdentifier:(NSString *)anIdentifier
Parameters
- anIdentifier
The identifier of the document.
Return Value
A path to the specified document.
Declared In
TICDSFileManagerBasedListOfPreviouslySynchronizedDocumentsOperation.h
pathToDocumentRecentSyncsDirectoryForIdentifier:
Returns the path to the RecentSyncs
directory for a document with the specified identifier.
- (NSString *)pathToDocumentRecentSyncsDirectoryForIdentifier:(NSString *)anIdentifier
Parameters
- anIdentifier
The identifier of the document.
Return Value
A path to the RecentSyncs
directory.
Declared In
TICDSFileManagerBasedListOfPreviouslySynchronizedDocumentsOperation.h