UIKit.UIDocumentState Enumeration
An enumeration indicating the editing/saving state of a UIKit.UIDocument.

Syntax

[ObjCRuntime.iOS(5, 0)]
[ObjCRuntime.Native]
[System.Flags]
public enum UIDocumentState

See Also

UIDocument

Remarks

Members

Member NameDescription
ClosedEither the document did not open successfully or has been closed.
EditingDisabledThe document is busy and the application developer must not allow the application user to introduce changes.
InConflictA conflict exists. The application developer should resolve these by examining the results of Foundation.NSFileVersion.GetOtherVersions.
NormalThe UIKit.UIDocument is open, editing is allowed, and there are no detected conflicts.
SavingErrorSomething has interfered with the proper saving of the UIKit.UIDocument.

Requirements

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