Interface IUniFile
public interface IUniFile
- Extension Methods
Properties
FileType
UniFileType FileType { get; set; }
Property Value
IsError
bool IsError { get; }
Property Value
IsLoaded
bool IsLoaded { get; }
Property Value
IsLoading
bool IsLoading { get; }
Property Value
IsValid
bool IsValid { get; }
Property Value
LastError
string LastError { get; }
Property Value
MimeType
MIMEType MimeType { get; set; }
Property Value
Name
string Name { get; }
Property Value
Path
string Path { get; set; }
Property Value
Url
string Url { get; set; }