NSDocument.SaveOperationType
Constants for specifying the type of document-save operation to perform.
Declaration
enum SaveOperationTypeOverview
These values are used with method parameters of type NSDocument.SaveOperationType. Depending on the method, the save operation type can affect the title of the Save dialog and can affect which files are displayed in the dialog.
Topics
Constants
NSDocument.SaveOperationType.saveOperationNSDocument.SaveOperationType.saveAsOperationNSDocument.SaveOperationType.saveToOperationNSDocument.SaveOperationType.autosaveElsewhereOperationNSDocument.SaveOperationType.autosaveInPlaceOperationNSDocument.SaveOperationType.autosaveAsOperation
Initializers
See Also
Writing the Document’s Content
canAsynchronouslyWrite(to:ofType:for:)unblockUserInteraction()write(to:ofType:)writeSafely(to:ofType:for:)fileWrapper(ofType:)data(ofType:)write(to:ofType:for:originalContentsURL:)save(to:ofType:for:delegate:didSave:contextInfo:)save(to:ofType:for:completionHandler:)fileAttributesToWrite(to:ofType:for:originalContentsURL:)