Class FileInfoViewModel
Inheritance
System.Object
FileInfoViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.VirtualFileExplorer.Web.Models
Assembly: Volo.Abp.VirtualFileExplorer.Web.dll
Syntax
public class FileInfoViewModel
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FilePath
Declaration
public string FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FileType
Declaration
public string FileType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Icon
Declaration
public string Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsDirectory
Declaration
public bool IsDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
LastUpdateTime
Declaration
public DateTime LastUpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
Length
Declaration
public string Length { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |