Class File
- Namespace
- NuvTools.Storage
- Assembly
- NuvTools.Storage.dll
public class File : IFile
- Inheritance
-
File
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public File(string name, string type, Stream content)
Parameters
name
string
type
string
content
Stream
public File(string name, string type, string base64String)
Parameters
name
string
type
string
base64String
string
public File(string name, string type, Uri uri)
Parameters
name
string
type
string
uri
Uri
Properties
public string? Base64String { get; }
Property Value
- string
Content
public Stream? Content { get; }
Property Value
- Stream
public string Name { get; }
Property Value
- string
public string Type { get; }
Property Value
- string
Property Value
- Uri