Click or drag to resize

OptionAttribute Constructor (String, String, String)

Initializes a new instance of the OptionAttribute class

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public OptionAttribute(
	string label,
	string value,
	string icon
)

Parameters

label
Type: SystemString
value
Type: SystemString
icon
Type: SystemString
See Also