Table of Contents

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

string

FileExt

public string FileExt { get; set; }

Property Value

string

FileMemoryStream

public MemoryStream FileMemoryStream { get; set; }

Property Value

MemoryStream