Interface IFileRecord
Represents a file on disk.
The only difference between an IFile and an IFileRecord is that the mimetypf of an IFileRecord must be known. If so, then metadata can be recorded for it within a IMetadataCollection, relative to the manifested IFile it wraps.
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.String |