'Declaration Public Sub UseFileStore( _ ByVal rootPath As DirectoryInfo _ )
public void UseFileStore( DirectoryInfo rootPath )
Parameters
- rootPath
- A System.String value indicating the base directory for the file store.
'Declaration Public Sub UseFileStore( _ ByVal rootPath As DirectoryInfo _ )
public void UseFileStore( DirectoryInfo rootPath )
app.UseReporting(settings => { settings.UseFileStore(new DirectoryInfo("/path/to/dir")); });