Class FieldOptionValue
- Namespace
- Dynamicweb.Ecommerce.Products.Categories
- Assembly
- Dynamicweb.Ecommerce.dll
Used to contain field option values. For use internally in dynamicweb.
public sealed class FieldOptionValue
- Inheritance
-
FieldOptionValue
- Inherited Members
Properties
Image
Image of the option.
public string? Image { get; set; }
Property Value
Name
Name of option. Used for rendering.
public required string Name { get; set; }
Property Value
Value
Value of option.
public required object Value { get; set; }