Contents

persistentIdentifier

The identifier for this version of the file.

Declaration

var persistentIdentifier: any NSCoding { get }

Discussion

You can save the value of this property persistently and use it to recreate the version object later. When recreating the version object using the version(itemAt:forPersistentIdentifier:) method, the version object returned is equivalent to the current object.

See Also

Accessing the Version Information