Class ExportFileViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog.Export
- Assembly
- Dynamicweb.Ecommerce.dll
public class ExportFileViewModel : ViewModelBase
- Inheritance
-
ExportFileViewModel
- Inherited Members
-
Properties
DownloadLink
public string DownloadLink { get; set; }
Property Value
- string
Exception
public string Exception { get; set; }
Property Value
- string
public ExportFormat ExportFormat { get; set; }
Property Value
- ExportFormat
FileName
public string FileName { get; set; }
Property Value
- string
FilePath
public string FilePath { get; set; }
Property Value
- string
RecipientModel
public UserViewModel RecipientModel { get; set; }
Property Value
- UserViewModel
SenderEmail
public string SenderEmail { get; set; }
Property Value
- string
SenderName
public string SenderName { get; set; }
Property Value
- string
Subject
public string Subject { get; set; }
Property Value
- string