Inherits from TICDSDocumentDeletionOperation : TICDSOperation : NSOperation
Declared in TICDSFileManagerBasedDocumentDeletionOperation.h

Overview

TICDSFileManagerBasedDocumentDeletionOperation is a document deletion operation designed for use with a TICDSFileManagerBasedApplicationSyncManager.

Tasks

Paths

Properties

deletedDocumentsDirectoryIdentifierPlistFilePath

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

@property (copy) NSString *deletedDocumentsDirectoryIdentifierPlistFilePath

Declared In

TICDSFileManagerBasedDocumentDeletionOperation.h

documentDirectoryPath

The path to this document’s directory.

@property (copy) NSString *documentDirectoryPath

Declared In

TICDSFileManagerBasedDocumentDeletionOperation.h

documentInfoPlistFilePath

The path to this document’s documentInfo.plist file.

@property (copy) NSString *documentInfoPlistFilePath

Declared In

TICDSFileManagerBasedDocumentDeletionOperation.h