Inherits from TICDSApplicationRegistrationOperation : TICDSOperation : NSOperation
Declared in TICDSFileManagerBasedApplicationRegistrationOperation.h

Overview

TICDSFileManagerBasedApplicationRegistrationOperation is an application registration operation designed for use with a TICDSFileManagerBasedApplicationSyncManager.

Tasks

Properties

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

encryptionDirectorySaltDataFilePath

The path to the salt.ticdsync file inside this application’s Encryption directory.

@property (copy) NSString *encryptionDirectorySaltDataFilePath

Declared In

TICDSFileManagerBasedApplicationRegistrationOperation.h

encryptionDirectoryTestDataFilePath

The path to the test.ticdsync file inside this application’s Encryption directory.

@property (copy) NSString *encryptionDirectoryTestDataFilePath

Declared In

TICDSFileManagerBasedApplicationRegistrationOperation.h