Inherits from TICDSDocumentRegistrationOperation : TICDSOperation : NSOperation
Declared in TICDSFileManagerBasedDocumentRegistrationOperation.h

Overview

TICDSFileManagerBasedDocumentRegistrationOperation is a document registration operation designed for use with a TICDSFileManagerBasedDocumentSyncManager.

Tasks

Paths

Properties

clientDevicesDirectoryPath

The path to the ClientDevices directory.

@property (copy) NSString *clientDevicesDirectoryPath

Declared In

TICDSFileManagerBasedDocumentRegistrationOperation.h

deletedDocumentsThisDocumentIdentifierPlistPath

The path to the document’s identifier.plist file inside the DeletedDocuments directory.

@property (copy) NSString *deletedDocumentsThisDocumentIdentifierPlistPath

Declared In

TICDSFileManagerBasedDocumentRegistrationOperation.h

documentsDirectoryPath

The path to the Documents directory.

@property (copy) NSString *documentsDirectoryPath

Declared In

TICDSFileManagerBasedDocumentRegistrationOperation.h

thisDocumentDeletedClientsDirectoryPath

The path to this document’s DeletedClients directory.

@property (copy) NSString *thisDocumentDeletedClientsDirectoryPath

Declared In

TICDSFileManagerBasedDocumentRegistrationOperation.h

thisDocumentDirectoryPath

The path to this document’s directory inside the Documents directory.

@property (copy) NSString *thisDocumentDirectoryPath

Declared In

TICDSFileManagerBasedDocumentRegistrationOperation.h

thisDocumentSyncChangesThisClientDirectoryPath

The path to this client’s directory inside this document’s SyncChanges directory.

@property (copy) NSString *thisDocumentSyncChangesThisClientDirectoryPath

Declared In

TICDSFileManagerBasedDocumentRegistrationOperation.h

thisDocumentSyncCommandsThisClientDirectoryPath

The path to this client’s directory inside this document’s SyncCommands directory.

@property (copy) NSString *thisDocumentSyncCommandsThisClientDirectoryPath

Declared In

TICDSFileManagerBasedDocumentRegistrationOperation.h