Share via


NSDataWritingOptions Enum

Definition

An enumeration of options to be used when writing NSData objects.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NSDataWritingOptions
[<ObjCRuntime.Native>]
[<System.Flags>]
type NSDataWritingOptions = 
Inheritance
NSDataWritingOptions
Attributes

Fields

Name Value Description
Atomic 1
WithoutOverwriting 2
FileProtectionNone 268435456
FileProtectionComplete 536870912
FileProtectionCompleteUnlessOpen 805306368
FileProtectionCompleteUntilFirstUserAuthentication 1073741824
FileProtectionCompleteWhenUserInactive 1342177280
FileProtectionMask 4026531840

Applies to