MonobjcMonobjc Documented Class Library
NSSaveOperationType Enumeration
NamespacesMonobjc.AppKitNSSaveOperationType

The following constants specify types of save operations. These values are used with method parameters of type NSSaveOperationType. Depending on the method, those parameters can affect the title of the Save panel, as well as the files displayed.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSSaveOperationType
Public Enumeration NSSaveOperationType
public enum class NSSaveOperationType
Members
MemberDescription
NSSaveOperation

Specifies a Save operation, the overwriting of a document's file or file package with the document's current contents.

Available in Mac OS X v10.0 and later.


NSSaveAsOperation

Specifies a Save As operation, the writing of a document's current contents to a new file or file package, and then making the just-written file or file package the document's current one.

Available in Mac OS X v10.0 and later.


NSSaveToOperation

Specifies a Save To operation, the writing of a document's current contents to a new file or file package without changing the document's current one.

Available in Mac OS X v10.0 and later.


NSAutosaveOperation

Specifies an autosave operation, writing a document’s contents to a file or file package separate from the document's current one, without changing the document's current one.

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)