TICDSDropboxSDKBasedListOfApplicationRegisteredClientsOperation Class Reference
| 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
-
dbSessionThe DropboxSDK
propertyDBSessionfor use by this operation’sDBRestClient. -
restClientThe DropboxSDK
propertyDBRestClientfor use by this operation.
Paths
-
clientDevicesDirectoryPathThe path to the application’s
propertyClientDevicesdirectory. -
documentsDirectoryPathThe path to the application’s
propertyDocumentsdirectory.
Properties
clientDevicesDirectoryPath
The path to the application’s ClientDevices directory.
@property (nonatomic, retain) NSString *clientDevicesDirectoryPathDeclared In
TICDSDropboxSDKBasedListOfApplicationRegisteredClientsOperation.hdbSession
The DropboxSDK DBSession for use by this operation’s DBRestClient.
@property (retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedListOfApplicationRegisteredClientsOperation.h