Class FileInfoViewModel
Inheritance
FileInfoViewModel
Assembly: Volo.Abp.VirtualFileExplorer.Web.dll
Syntax
public class FileInfoViewModel
Constructors
FileInfoViewModel()
Declaration
public FileInfoViewModel()
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
FilePath
Declaration
public string FilePath { get; set; }
Property Value
FileType
Declaration
public string FileType { get; set; }
Property Value
Icon
Declaration
public string Icon { get; set; }
Property Value
IsDirectory
Declaration
public bool IsDirectory { get; set; }
Property Value
LastUpdateTime
Declaration
public DateTime LastUpdateTime { get; set; }
Property Value
Length
Declaration
public string Length { get; set; }
Property Value
Extension Methods