FileSystemLoadFileContentOptions(FileSystemItemInfo) Constructor
In This Article
Initializes a new instance of the FileSystemLoadFileContentOptions class with specified settings.
Namespace: DevExtreme.AspNet.Mvc.FileManagement
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public FileSystemLoadFileContentOptions(
FileSystemItemInfo file
)
#Parameters
Name | Type | Description |
---|---|---|
file | File |
Information about a file. |
See Also