Share via


FileSystemTraits Enum

Definition

Specifies options for listing file systems with the GetFileSystems(FileSystemTraits, FileSystemStates, String, CancellationToken) operation.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum FileSystemTraits
[<System.Flags>]
type FileSystemTraits = 
Public Enum FileSystemTraits
Inheritance
FileSystemTraits
Attributes

Fields

Metadata 1

Flag specifying that the file system's metadata should be included.

None 0

Default flag specifying that no flags are set in FileSystemTraits.

Applies to