Table of Contents

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

string

Value

Gets or sets value of the placeholder field.

public string? Value { get; set; }

Property Value

string
To top