Skip to main content
A newer version of this page is available. .

FileSystemItemActionOptionsBase(FileSystemItemInfo) Constructor

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

Namespace: DevExtreme.AspNet.Mvc.FileManagement

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public FileSystemItemActionOptionsBase(
    FileSystemItemInfo item
)

Parameters

Name Type Description
item FileSystemItemInfo

Information about a file system item.

See Also