FcnMode Enum

Definition

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

public enum class FcnMode
public enum FcnMode
type FcnMode = 
Public Enum FcnMode
Inheritance

Fields

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.

NotSet 0

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

Single 3

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

Applies to