Table of Contents

Class ParameterOption

Namespace
Dynamicweb.Extensibility.Editors
Assembly
Dynamicweb.Core.dll
public sealed class ParameterOption
Inheritance
ParameterOption
Inherited Members

Constructors

ParameterOption(string, object)

public ParameterOption(string label, object value)

Parameters

label string
value object

Properties

Group

public string Group { get; init; }

Property Value

string

Hint

public string Hint { get; init; }

Property Value

string

Label

public string Label { get; }

Property Value

string

Value

public object Value { get; }

Property Value

object
To top