Table of Contents

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

string

Name

Name of option. Used for rendering.

public required string Name { get; set; }

Property Value

string

Value

Value of option.

public required object Value { get; set; }

Property Value

object
To top