• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

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.

Inherited Members
IRecord.Metadata
IRecord.RecordID
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
In This Article
  • Properties
    • File
    • MimeType
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.