UIKit.UIDocumentSaveOperation Enumeration
An enumeration indicating whether the UIKit.UIDocument is being saved for the first time or should overwrite an existing save.

Syntax

[ObjCRuntime.iOS(5, 0)]
[ObjCRuntime.Native]
public enum UIDocumentSaveOperation

Remarks

One of these enumerated values is used as a parameter to UIKit.UIDocuments various save-oriented functions (e.g., UIDocument.Save, UIDocument.GetFileAttributesToWrite, etc.).

Members

Member NameDescription
ForCreatingThe UIKit.UIDocument is being saved for the first time.
ForOverwritingThe existing version of the UIKit.UIDocument is intended to be overwritten.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0