Contents

revert(toContentsOf:ofType:)

Overridden to clean up the managed object context and controllers during a revert.

Declaration

func revert(toContentsOf inAbsoluteURL: URL, ofType inTypeName: String) throws

Parameters

  • inAbsoluteURL:

    An URL object that specifies the location of the file to which to revert.

  • inTypeName:

    The type of the document at inAbsoluteURL.

Discussion

See Also

Document Content Management