FolderResourceProvider(ResourceExplorer, String, Boolean, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the FolderResourceProvider class.
public FolderResourceProvider (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer resourceExplorer, string folder, bool includeSubFolders = true, bool monitorChanges = true);
new Microsoft.Bot.Builder.Dialogs.Declarative.Resources.FolderResourceProvider : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer * string * bool * bool -> Microsoft.Bot.Builder.Dialogs.Declarative.Resources.FolderResourceProvider
Public Sub New (resourceExplorer As ResourceExplorer, folder As String, Optional includeSubFolders As Boolean = true, Optional monitorChanges As Boolean = true)
Parameters
- resourceExplorer
- ResourceExplorer
resourceExplorer.
- folder
- String
Folder.
- includeSubFolders
- Boolean
Should include sub folders.
- monitorChanges
- Boolean
Should monitor changes.