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