Lire en anglais Modifier

Partager via


FcnMode Enum

Definition

Specifies behavior for file change notification (FCN) in the application.

public enum FcnMode
Inheritance

Fields

Name Value Description
NotSet 0

File change notification is not set, so the application creates an object that monitors each subdirectory. This is the default behavior.

Default 1

For each subdirectory, the application creates an object that monitors the subdirectory. This is the default behavior.

Disabled 2

File change notification is disabled.

Single 3

The application creates one object to monitor the main directory and uses this object to monitor each subdirectory.

Applies to

Produit Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1