TICDSDropboxSDKBasedDocumentRegistrationOperation Class Reference
| Inherits from | TICDSDocumentRegistrationOperation : TICDSOperation : NSOperation |
| Conforms to | DBRestClientDelegate |
| Declared in | TICDSDropboxSDKBasedDocumentRegistrationOperation.h |
Overview
TICDSDropboxSDKBasedDocumentRegistrationOperation is a document registration operation designed for use with a TICDSDropboxSDKBasedApplicationSyncManager.
Tasks
Properties
-
dbSessionThe DropboxSDK
propertyDBSessionfor use by this operation’sDBRestClient. -
restClientThe DropboxSDK
propertyDBRestClientfor use by this operation.
Paths
-
documentsDirectoryPathThe path to the
propertyDocumentsdirectory. -
clientDevicesDirectoryPathThe path to the
propertyDeletedClientsdirectory. -
thisDocumentDirectoryPathThe path to this document’s directory inside the
propertyDocumentsdirectory. -
thisDocumentDeletedClientsDirectoryPathThe path to this document’s
propertyDeletedClientsdirectory. -
deletedDocumentsDirectoryIdentifierPlistFilePathThe path to this document’s
propertyidentifier.plistfile inside theDeletedDocumentsdirectory. -
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 DeletedClients directory.
@property (retain) NSString *clientDevicesDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.hdbSession
The DropboxSDK DBSession for use by this operation’s DBRestClient.
@property (retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.hdeletedDocumentsDirectoryIdentifierPlistFilePath
The path to this document’s identifier.plist file inside the DeletedDocuments directory.
@property (retain) NSString *deletedDocumentsDirectoryIdentifierPlistFilePathDeclared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.hdocumentsDirectoryPath
The path to the Documents directory.
@property (retain) NSString *documentsDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.hrestClient
The DropboxSDK DBRestClient for use by this operation.
@property (nonatomic, readonly) DBRestClient *restClientDeclared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.hthisDocumentDeletedClientsDirectoryPath
The path to this document’s DeletedClients directory.
@property (retain) NSString *thisDocumentDeletedClientsDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.hthisDocumentDirectoryPath
The path to this document’s directory inside the Documents directory.
@property (retain) NSString *thisDocumentDirectoryPathDeclared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.h