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 DBRestClient for use by this operation.

    property

Paths

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

thisDocumentSyncChangesThisClientDirectoryPath

The path to this client’s directory inside this document’s SyncChanges directory.

@property (copy) NSString *thisDocumentSyncChangesThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentRegistrationOperation.h

thisDocumentSyncCommandsThisClientDirectoryPath

The path to this client’s directory inside this document’s SyncCommands directory.

@property (copy) NSString *thisDocumentSyncCommandsThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedDocumentRegistrationOperation.h