Class FileDownloadUtility.FileInfo
- Namespace
- Raytha.Application.Common.Utils
- Assembly
- Raytha.Application.dll
public class FileDownloadUtility.FileInfo
- Inheritance
-
FileDownloadUtility.FileInfo
- Inherited Members
Properties
ContentType
public string ContentType { get; set; }
Property Value
FileExt
public string FileExt { get; set; }
Property Value
FileMemoryStream
public MemoryStream FileMemoryStream { get; set; }