Class ProductEmailNotificationPlaceholderViewModel
- Namespace
- Dynamicweb.Ecommerce.Products.EmailNotifications
- Assembly
- Dynamicweb.Ecommerce.dll
Placeholder1 field view model
public class ProductEmailNotificationPlaceholderViewModel : ViewModelBase
- Inheritance
-
ProductEmailNotificationPlaceholderViewModel
- Inherited Members
Properties
Name
Gets or sets name of the placeholder field.
public string Name { get; set; }
Property Value
Value
Gets or sets value of the placeholder field.
public string? Value { get; set; }