Enum Config.FcnMode
Specifies behavior for file change notification(FCN) in the application.
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public enum FcnMode : int
Fields
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. |