Skip to main content
All docs
V26.1
  • PhysicalFileSystemProvider(String) Constructor

    Initializes a new instance of the PhysicalFileSystemProvider class with specified settings.

    Namespace: DevExtreme.AspNet.Mvc.FileManagement

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public PhysicalFileSystemProvider(
        string rootDirectoryPath
    )

    Parameters

    Name Type Description
    rootDirectoryPath String

    The root directory path.

    See Also