Show / Hide Table of Contents

Class FileModel

Inheritance
System.Object
FileModel
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: Mix.Heart.Models
Assembly: mix.heart.dll
Syntax
public class FileModel

Constructors

| Improve this Doc View Source

FileModel()

Declaration
public FileModel()
| Improve this Doc View Source

FileModel(IFormFile, String)

Declaration
public FileModel(IFormFile file, string folder)
Parameters
Type Name Description
IFormFile file
System.String folder

Properties

| Improve this Doc View Source

Content

Declaration
public string Content { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Extension

Declaration
public string Extension { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FileFolder

Declaration
public string FileFolder { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Filename

Declaration
public string Filename { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FileStream

Declaration
public string FileStream { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FolderName

Declaration
public string FolderName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FullPath

Declaration
public string FullPath { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WebPath

Declaration
public string WebPath { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾