TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation Class Reference
| Inherits from | TICDSListOfDocumentRegisteredClientsOperation : TICDSOperation : NSOperation |
| Conforms to | DBRestClientDelegate |
| Declared in | TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.h |
Overview
TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation is a “List of Registered Clients for a Document” 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
-
thisDocumentSyncChangesDirectoryPathThe path to this document’s
propertySyncChangesdirectory. -
clientDevicesDirectoryPathThe path to the application’s
propertyClientDevicesdirectory. -
thisDocumentRecentSyncsDirectoryPathThe path to this document’s
propertyRecentSyncsdirectory. -
thisDocumentWholeStoreDirectoryPathThe path to this document’s
propertyWholeStoredirectory. -
– pathToInfoDictionaryForDeviceWithIdentifier:Return the path to the
deviceInfo.plistfile for a given client identifier. -
– pathToWholeStoreFileForDeviceWithIdentifier:Return the path to the
WholeStore.ticdsyncfile uploaded for this document by a given client.
Properties
clientDevicesDirectoryPath
The path to the application’s ClientDevices directory.
@property (nonatomic, retain) NSString *clientDevicesDirectoryPathDeclared In
TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.hdbSession
The DropboxSDK DBSession for use by this operation’s DBRestClient.
@property (retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.hrestClient
The DropboxSDK DBRestClient for use by this operation.
@property (nonatomic, readonly) DBRestClient *restClientDeclared In
TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.hthisDocumentRecentSyncsDirectoryPath
The path to this document’s RecentSyncs directory.
@property (nonatomic, retain) NSString *thisDocumentRecentSyncsDirectoryPathDeclared In
TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.hInstance Methods
pathToInfoDictionaryForDeviceWithIdentifier:
Return the path to the deviceInfo.plist file for a given client identifier.
- (NSString *)pathToInfoDictionaryForDeviceWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The synchronization identifier of the client.
Return Value
The path to the client’s deviceInfo.plist file.
Declared In
TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.hpathToWholeStoreFileForDeviceWithIdentifier:
Return the path to the WholeStore.ticdsync file uploaded for this document by a given client.
- (NSString *)pathToWholeStoreFileForDeviceWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The synchronization identifier of the client.
Return Value
The path to the client’s WholeStore.ticdsync file.
Declared In
TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.h