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

  •   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

TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.h

restClient

The DropboxSDK DBRestClient for use by this operation.

@property (nonatomic, readonly) DBRestClient *restClient

Declared In

TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.h

thisDocumentRecentSyncsDirectoryPath

The path to this document’s RecentSyncs directory.

@property (nonatomic, copy) NSString *thisDocumentRecentSyncsDirectoryPath

Declared In

TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.h

thisDocumentSyncChangesDirectoryPath

The path to this document’s SyncChanges directory.

@property (nonatomic, copy) NSString *thisDocumentSyncChangesDirectoryPath

Declared In

TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.h

thisDocumentWholeStoreDirectoryPath

The path to this document’s WholeStore directory.

@property (nonatomic, copy) NSString *thisDocumentWholeStoreDirectoryPath

Declared In

TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.h

Instance Methods

pathToInfoDictionaryForDeviceWithIdentifier:

Return the path to the deviceInfo.plist file for a given client identifier.

- (NSString *)pathToInfoDictionaryForDeviceWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The synchronization identifier of the client.

Return Value

The path to the client’s deviceInfo.plist file.

Declared In

TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.h

pathToWholeStoreFileForDeviceWithIdentifier:

Return the path to the WholeStore.ticdsync file uploaded for this document by a given client.

- (NSString *)pathToWholeStoreFileForDeviceWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The synchronization identifier of the client.

Return Value

The path to the client’s WholeStore.ticdsync file.

Declared In

TICDSDropboxSDKBasedListOfDocumentRegisteredClientsOperation.h