Class FilePreview
- Namespace
 - RadioExt_Helper.utility
 
- Assembly
 - RadioExt-Helper.dll
 
Simple class to hold information about a file for previewing purposes. Holds the file name and size.
  
  public sealed class FilePreview
  - Inheritance
 - 
      
      FilePreview
 
- Inherited Members
 
Properties
FileName
The filename of the file.
  
  public string? FileName { get; set; }
  Property Value
Size
The size, in bytes, of the file.
  
  public long Size { get; set; }