ComponentOne Bitmap for WPF
NativeFileOptions Enumeration

C1.WPF.DX.4 Assembly > C1.Util.DX.Storage Namespace : NativeFileOptions Enumeration
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

Reference

C1.Util.DX.Storage Namespace