ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / NativeFileOptions Enumeration

In This Topic
    NativeFileOptions Enumeration
    In This Topic
    Native file attributes.
    Syntax
    'Declaration
     
    Public Enum NativeFileOptions 
       Inherits System.Enum
    public enum NativeFileOptions : System.Enum 
    Members
    MemberDescription
    ArchiveArchive attribute.
    BackupSemanticsBackup semantics attribute.
    CompressedCompressed attribute.
    DeleteOnCloseDelete on close attribute.
    DeviceDevice attribute.
    DirectoryDirectory attribute.
    EncryptedEncrypted attribute.
    FirstPipeInstanceFirst pipe instance attribute.
    HiddenHidden attribute.
    NoBufferingNo buffering attribute.
    NoneNone attribute.
    NormalNormal attribute.
    NotContentIndexedNot content indexed attribute.
    OfflineOffline attribute.
    OpenNoRecallOpen no recall attribute.
    OpenReparsePointOpen reparse point attribute.
    OverlappedOverlapped attribute.
    PosixSemanticsPost semantics attribute.
    RandomAccessRandom access attribute.
    ReadonlyRead only attribute.
    ReparsePointReparsePoint attribute.
    SequentialScanSequential scan attribute.
    SparseFileSparse file attribute.
    SystemSystem attribute.
    TemporaryTemporary attribute.
    Write_ThroughWrite through attribute.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.Storage.NativeFileOptions

    See Also