TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation Class Reference
| Inherits from | TICDSListOfPreviouslySynchronizedDocumentsOperation : TICDSOperation : NSOperation |
| Conforms to | DBRestClientDelegate |
| Declared in | TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation.h |
Overview
TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation is a “List of Previously Synchronized Documents” operation designed for use with a TICDSDropboxSDKBasedDocumentSyncManager.
Tasks
Properties
-
dbSessionThe DropboxSDK
propertyDBSessionfor use by this operation’sDBRestClient. -
restClientThe DropboxSDK
propertyDBRestClientfor use by this operation.
Paths
-
documentsDirectoryPathThe path to the
propertyDocumentsdirectory. -
– pathToDocumentInfoForDocumentWithIdentifier:Returns the path to the
documentInfo.plistfile for a document with the specified identifier. -
– pathToDocumentRecentSyncsDirectoryForIdentifier:Returns the path to the
RecentSyncsdirectory for a document with the specified identifier.
Properties
dbSession
The DropboxSDK DBSession for use by this operation’s DBRestClient.
@property (retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation.hInstance Methods
pathToDocumentInfoForDocumentWithIdentifier:
Returns the path to the documentInfo.plist file for a document with the specified identifier.
- (NSString *)pathToDocumentInfoForDocumentWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The identifier of the document.
Return Value
A path to the specified document.
Declared In
TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation.hpathToDocumentRecentSyncsDirectoryForIdentifier:
Returns the path to the RecentSyncs directory for a document with the specified identifier.
- (NSString *)pathToDocumentRecentSyncsDirectoryForIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The identifier of the document.
Return Value
A path to the RecentSyncs directory.
Declared In
TICDSDropboxSDKBasedListOfPreviouslySynchronizedDocumentsOperation.h