TICDSFileManagerBasedApplicationRegistrationOperation Class Reference
Inherits from | TICDSApplicationRegistrationOperation : TICDSOperation : NSOperation |
Declared in | TICDSFileManagerBasedApplicationRegistrationOperation.h |
Overview
TICDSFileManagerBasedApplicationRegistrationOperation
is an application registration operation designed for use with a TICDSFileManagerBasedApplicationSyncManager
.
Tasks
Properties
-
applicationDirectoryPath
The path to the application root directory.
property -
encryptionDirectorySaltDataFilePath
The path to the
propertysalt.ticdsync
file inside this application’sEncryption
directory. -
encryptionDirectoryTestDataFilePath
The path to the
propertytest.ticdsync
file inside this application’sEncryption
directory. -
clientDevicesDirectoryPath
The path to the
propertyClientDevices
directory. -
clientDevicesThisClientDeviceDirectoryPath
The path to the this client’s directory inside the
propertyClientDevices
directory.
Properties
applicationDirectoryPath
The path to the application root directory.
@property (copy) NSString *applicationDirectoryPath
Declared In
TICDSFileManagerBasedApplicationRegistrationOperation.h
clientDevicesDirectoryPath
The path to the ClientDevices
directory.
@property (copy) NSString *clientDevicesDirectoryPath
Declared In
TICDSFileManagerBasedApplicationRegistrationOperation.h
clientDevicesThisClientDeviceDirectoryPath
The path to the this client’s directory inside the ClientDevices
directory.
@property (copy) NSString *clientDevicesThisClientDeviceDirectoryPath
Declared In
TICDSFileManagerBasedApplicationRegistrationOperation.h