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
-
restClient
The DropboxSDK
propertyDBRestClient
for use by this operation.
Paths
-
documentsDirectoryPath
The path to the
propertyDocuments
directory. -
clientDevicesDirectoryPath
The path to the
propertyDeletedClients
directory. -
thisDocumentDirectoryPath
The path to this document’s directory inside the
propertyDocuments
directory. -
thisDocumentDeletedClientsDirectoryPath
The path to this document’s
propertyDeletedClients
directory. -
deletedDocumentsDirectoryIdentifierPlistFilePath
The path to this document’s
propertyidentifier.plist
file inside theDeletedDocuments
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 DeletedClients
directory.
@property (copy) NSString *clientDevicesDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.h
deletedDocumentsDirectoryIdentifierPlistFilePath
The path to this document’s identifier.plist
file inside the DeletedDocuments
directory.
@property (copy) NSString *deletedDocumentsDirectoryIdentifierPlistFilePath
Declared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.h
documentsDirectoryPath
The path to the Documents
directory.
@property (copy) NSString *documentsDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.h
restClient
The DropboxSDK DBRestClient
for use by this operation.
@property (nonatomic, readonly) DBRestClient *restClient
Declared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.h
thisDocumentDeletedClientsDirectoryPath
The path to this document’s DeletedClients
directory.
@property (copy) NSString *thisDocumentDeletedClientsDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.h
thisDocumentDirectoryPath
The path to this document’s directory inside the Documents
directory.
@property (copy) NSString *thisDocumentDirectoryPath
Declared In
TICDSDropboxSDKBasedDocumentRegistrationOperation.h