| OptionAttribute Constructor (String, String, String) |
Namespace:
Dynamicweb.Content.Items.Annotations
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public OptionAttribute(
string label,
string value,
string icon
)
Public Sub New (
label As String,
value As String,
icon As String
)
Parameters
- label
- Type: SystemString
- value
- Type: SystemString
- icon
- Type: SystemString
See Also