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
-
restClient
The DropboxSDK
propertyDBRestClient
for use by this operation.
Paths
-
thisDocumentSyncChangesDirectoryPath
The path to this document’s
propertySyncChanges
directory. -
clientDevicesDirectoryPath
The path to the application’s
propertyClientDevices
directory. -
thisDocumentRecentSyncsDirectoryPath
The path to this document’s
propertyRecentSyncs
directory. -
thisDocumentWholeStoreDirectoryPath
The path to this document’s
propertyWholeStore
directory. -
– pathToInfoDictionaryForDeviceWithIdentifier:
Return the path to the
deviceInfo.plist
file for a given client identifier. -
– pathToWholeStoreFileForDeviceWithIdentifier:
Return the path to the
WholeStore.ticdsync
file uploaded for this document by a given client.
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
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