Contents

excludedTransactionAuthors

An array of strings that identify transaction authors to exclude from the fetch results.

Declaration

var excludedTransactionAuthors: [String]? { get set }

Discussion

Specify authors using the same string(s) that you use in CNSaveRequest’s transactionAuthor to suppress processing changes that you already know about.

See Also

Configuring the fetch request