FcnMode Enumeration
.NET Framework (current version)
Specifies behavior for file change notification (FCN) in the application.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Default | For each subdirectory, the application creates an object that monitors the subdirectory. This is the default behavior. | |
| Disabled | File change notification is disabled. | |
| NotSet | File change notification is not set, so the application creates an object that monitors each subdirectory. This is the default behavior. | |
| Single | The application creates one object to monitor the main directory and uses this object to monitor each subdirectory. |
.NET Framework
Available since 4.5
Available since 4.5
Show: