FileCreationMode Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum FileCreationMode
[<System.Flags>]
type FileCreationMode = 
Inheritance
FileCreationMode
Attributes

Fields

Append 32768
EnableWriteAheadLogging 8

Database open flag: when set, the database is opened with write-ahead logging enabled by default.

MultiProcess 4
NoLocalizedCollators 16
Private 0

File creation mode: the default mode, where the created file can only be accessed by the calling application (or all applications sharing the same user ID).

WorldReadable 1
WorldWriteable 2

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to