Interface IFileRecord
Represents a file on disk.
The only difference between an IFile and an IFile
Namespace: Snowflake.Model.Records.File
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IFileRecord : IRecord
Properties
File
The associated file of this file record.
Declaration
IFile File { get; }
Property Value
Type | Description |
---|---|
IFile |
MimeType
Gets the mimetype of the file
Declaration
string MimeType { get; }
Property Value
Type | Description |
---|---|
System. |