Inherits from TICDSListOfApplicationRegisteredClientsOperation : TICDSOperation : NSOperation
Conforms to DBRestClientDelegate
Declared in TICDSDropboxSDKBasedListOfApplicationRegisteredClientsOperation.h

Overview

TICDSDropboxSDKBasedListOfApplicationRegisteredClientsOperation is a “List of Registered Clients for an Application” operation designed for use with a TICDSDropboxSDKBasedDocumentSyncManager.

Tasks

Properties

  •   restClient

    The DropboxSDK DBRestClient for use by this operation.

    property

Paths

Properties

clientDevicesDirectoryPath

The path to the application’s ClientDevices directory.

@property (nonatomic, copy) NSString *clientDevicesDirectoryPath

Declared In

TICDSDropboxSDKBasedListOfApplicationRegisteredClientsOperation.h

documentsDirectoryPath

The path to the application’s Documents directory.

@property (nonatomic, copy) NSString *documentsDirectoryPath

Declared In

TICDSDropboxSDKBasedListOfApplicationRegisteredClientsOperation.h

restClient

The DropboxSDK DBRestClient for use by this operation.

@property (nonatomic, readonly) DBRestClient *restClient

Declared In

TICDSDropboxSDKBasedListOfApplicationRegisteredClientsOperation.h