FileManagerFileOpenedEventArgs.File Property
Gets a file related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
FileManagerFile | A FileManagerFile object that is a file currently being processed. |
Available values:
Name | Description |
---|---|
Permissions | Provides a set of permissions for the File Manager's file. |
Extension | Gets the string that specifies the extension of the file. |
Folder | Gets the parent folder to which the current file belongs. |
Equals(FileManagerFile) | Compares this FileManagerFile instance with the specified object. |
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String, String, FileManagerFileProperties) | Initializes a new instance of the FileManagerFile class with the specified settings when the specified file system provider is used. |
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String, String) | Initializes a new instance of the FileManagerFile class with the specified settings. |
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String, FileManagerFileProperties) | Initializes a new instance of the FileManagerFile class with the specified settings when the specified file system provider is used. |
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String) | Initializes a new instance of the FileManagerFile class with the specified settings when the specified file system provider is used. |
FileManagerFile(FileSystemProviderBase, String, String[], FileManagerFileProperties) | Initializes a new instance of the FileManagerFile class with specified settings. |
FileManagerFile(FileSystemProviderBase, String, String[]) | Initializes a new instance of the FileManagerFile class with the specified settings. |
FileManagerFile(FileSystemProviderBase, String, String) | Initializes a new instance of the FileManagerFile class with the specified settings. |
FileManagerFile(FileSystemProviderBase, String) | Initializes a new instance of the FileManagerFile class with the specified relative name when the specified file system provider is used. |